File tree 8 files changed +23
-66
lines changed
src/main/java/org/lowcoder/domain/application/model
lowcoder-plugins/sqlBasedPlugin
8 files changed +23
-66
lines changed Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >org.projectlombok</groupId >
46
46
<artifactId >lombok</artifactId >
47
- <version >1.18.26 </version >
47
+ <version >1.18.32 </version >
48
48
</dependency >
49
49
50
50
<dependency >
222
222
</dependency >
223
223
</dependencies >
224
224
</dependencyManagement >
225
-
226
-
227
225
</project >
228
226
Original file line number Diff line number Diff line change 252
252
253
253
<build >
254
254
<plugins >
255
- <plugin >
256
- <groupId >org.apache.maven.plugins</groupId >
257
- <artifactId >maven-compiler-plugin</artifactId >
258
- <configuration >
259
- <source >${java.version} </source >
260
- <target >${java.version} </target >
261
- <compilerArgs >
262
- <arg >-parameters</arg >
263
- </compilerArgs >
264
- </configuration >
265
- </plugin >
266
-
267
255
<plugin >
268
256
<groupId >com.mysema.maven</groupId >
269
257
<artifactId >apt-maven-plugin</artifactId >
291
279
<properties >
292
280
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
293
281
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
294
-
295
- <java .version>17</java .version>
296
282
</properties >
297
283
298
284
<dependencyManagement >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 137
137
<properties >
138
138
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
139
139
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
140
-
141
- <java .version>17</java .version>
142
-
143
- <maven .compiler.source>17</maven .compiler.source>
144
- <maven .compiler.target>17</maven .compiler.target>
145
140
</properties >
146
141
147
142
<dependencyManagement >
Original file line number Diff line number Diff line change 30
30
</exclusion >
31
31
</exclusions >
32
32
</dependency >
33
+ <dependency >
34
+ <groupId >org.lowcoder</groupId >
35
+ <artifactId >lowcoder-sdk</artifactId >
36
+ <version >${revision} </version >
37
+ <scope >compile</scope >
38
+ </dependency >
33
39
</dependencies >
34
40
35
41
</project >
Original file line number Diff line number Diff line change 170
170
<properties >
171
171
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
172
172
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
173
-
174
- <java .version>17</java .version>
175
-
176
- <maven .compiler.source>17</maven .compiler.source>
177
- <maven .compiler.target>17</maven .compiler.target>
178
173
</properties >
179
174
180
175
<dependencyManagement >
Original file line number Diff line number Diff line change 18
18
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
19
19
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
20
20
21
- <java .version>17</java .version>
22
-
23
21
<skipTests >false</skipTests >
24
22
<skipUnitTests >${skipTests}</skipUnitTests >
25
23
<skipIntegrationTests >${skipTests}</skipIntegrationTests >
236
234
<groupId >org.springframework</groupId >
237
235
<artifactId >spring-aspects</artifactId >
238
236
</dependency >
239
- <dependency >
240
- <groupId >org.springframework</groupId >
241
- <artifactId >spring-aspects</artifactId >
242
- </dependency >
243
-
244
237
</dependencies >
245
238
246
239
<dependencyManagement >
257
250
258
251
<build >
259
252
<plugins >
260
- <plugin >
261
- <groupId >org.apache.maven.plugins</groupId >
262
- <artifactId >maven-compiler-plugin</artifactId >
263
- <configuration >
264
- <source >${java.version} </source >
265
- <target >${java.version} </target >
266
- <compilerArgs >
267
- <arg >-parameters</arg >
268
- </compilerArgs >
269
- </configuration >
270
- </plugin >
271
253
<plugin >
272
254
<groupId >org.apache.maven.plugins</groupId >
273
255
<artifactId >maven-jar-plugin</artifactId >
256
+ <version >3.3.0</version >
274
257
<configuration >
275
258
<archive >
276
259
<manifest >
323
306
<plugin >
324
307
<groupId >org.apache.maven.plugins</groupId >
325
308
<artifactId >maven-failsafe-plugin</artifactId >
309
+ <version >3.2.5</version >
326
310
<configuration >
327
311
<skipTests >${skipIntegrationTests} </skipTests >
328
312
<includes >
Original file line number Diff line number Diff line change 82
82
83
83
<build >
84
84
<plugins >
85
+ <plugin >
86
+ <groupId >org.apache.maven.plugins</groupId >
87
+ <artifactId >maven-compiler-plugin</artifactId >
88
+ <version >3.13.0</version >
89
+ <configuration >
90
+ <source >${java.version} </source >
91
+ <target >${java.version} </target >
92
+ <compilerArgs >
93
+ <arg >-parameters</arg >
94
+ </compilerArgs >
95
+ </configuration >
96
+ </plugin >
97
+
85
98
<plugin >
86
99
<groupId >org.codehaus.mojo</groupId >
87
100
<artifactId >license-maven-plugin</artifactId >
88
- <version >2.0 .0</version >
101
+ <version >2.4 .0</version >
89
102
</plugin >
90
103
<plugin >
91
104
<artifactId >maven-dependency-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments