File tree Expand file tree Collapse file tree 3 files changed +1
-18
lines changed
fastmodel-dependencies-bom
fastmodel-transform-example
fastmodel-transform-hologres Expand file tree Collapse file tree 3 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 81
81
<dependency >
82
82
<groupId >org.projectlombok</groupId >
83
83
<artifactId >lombok</artifactId >
84
- <version >1.18.20 </version >
84
+ <version >1.18.30 </version >
85
85
</dependency >
86
86
87
87
223
223
<version >1.7.30</version >
224
224
</dependency >
225
225
226
- <dependency >
227
- <groupId >com.google.gson</groupId >
228
- <artifactId >gson</artifactId >
229
- <version >2.2.4</version >
230
- </dependency >
231
-
232
226
<dependency >
233
227
<groupId >com.mashape.unirest</groupId >
234
228
<artifactId >unirest-java</artifactId >
Original file line number Diff line number Diff line change 100
100
<artifactId >slf4j-simple</artifactId >
101
101
</dependency >
102
102
103
- <dependency >
104
- <groupId >com.google.gson</groupId >
105
- <artifactId >gson</artifactId >
106
- </dependency >
107
-
108
103
<dependency >
109
104
<groupId >com.aliyun.fastmodel</groupId >
110
105
<artifactId >fastmodel-transform-zen</artifactId >
Original file line number Diff line number Diff line change 60
60
<scope >test</scope >
61
61
</dependency >
62
62
63
- <dependency >
64
- <groupId >com.google.gson</groupId >
65
- <artifactId >gson</artifactId >
66
- <scope >test</scope >
67
- </dependency >
68
-
69
63
70
64
</dependencies >
71
65
You can’t perform that action at this time.
0 commit comments