File tree Expand file tree Collapse file tree 8 files changed +23
-66
lines changed
src/main/java/org/lowcoder/domain/application/model
lowcoder-plugins/sqlBasedPlugin Expand file tree Collapse file tree 8 files changed +23
-66
lines changed Original file line number Diff line number Diff line change 4444 <dependency >
4545 <groupId >org.projectlombok</groupId >
4646 <artifactId >lombok</artifactId >
47- <version >1.18.26 </version >
47+ <version >1.18.32 </version >
4848 </dependency >
4949
5050 <dependency >
222222 </dependency >
223223 </dependencies >
224224 </dependencyManagement >
225-
226-
227225</project >
228226
Original file line number Diff line number Diff line change 252252
253253 <build >
254254 <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-
267255 <plugin >
268256 <groupId >com.mysema.maven</groupId >
269257 <artifactId >apt-maven-plugin</artifactId >
291279 <properties >
292280 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
293281 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
294-
295- <java .version>17</java .version>
296282 </properties >
297283
298284 <dependencyManagement >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 137137 <properties >
138138 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
139139 <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>
145140 </properties >
146141
147142 <dependencyManagement >
Original file line number Diff line number Diff line change 3030 </exclusion >
3131 </exclusions >
3232 </dependency >
33+ <dependency >
34+ <groupId >org.lowcoder</groupId >
35+ <artifactId >lowcoder-sdk</artifactId >
36+ <version >${revision} </version >
37+ <scope >compile</scope >
38+ </dependency >
3339 </dependencies >
3440
3541</project >
Original file line number Diff line number Diff line change 170170 <properties >
171171 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
172172 <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>
178173 </properties >
179174
180175 <dependencyManagement >
Original file line number Diff line number Diff line change 1818 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1919 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2020
21- <java .version>17</java .version>
22-
2321 <skipTests >false</skipTests >
2422 <skipUnitTests >${skipTests}</skipUnitTests >
2523 <skipIntegrationTests >${skipTests}</skipIntegrationTests >
236234 <groupId >org.springframework</groupId >
237235 <artifactId >spring-aspects</artifactId >
238236 </dependency >
239- <dependency >
240- <groupId >org.springframework</groupId >
241- <artifactId >spring-aspects</artifactId >
242- </dependency >
243-
244237 </dependencies >
245238
246239 <dependencyManagement >
257250
258251 <build >
259252 <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 >
271253 <plugin >
272254 <groupId >org.apache.maven.plugins</groupId >
273255 <artifactId >maven-jar-plugin</artifactId >
256+ <version >3.3.0</version >
274257 <configuration >
275258 <archive >
276259 <manifest >
323306 <plugin >
324307 <groupId >org.apache.maven.plugins</groupId >
325308 <artifactId >maven-failsafe-plugin</artifactId >
309+ <version >3.2.5</version >
326310 <configuration >
327311 <skipTests >${skipIntegrationTests} </skipTests >
328312 <includes >
Original file line number Diff line number Diff line change 8282
8383 <build >
8484 <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+
8598 <plugin >
8699 <groupId >org.codehaus.mojo</groupId >
87100 <artifactId >license-maven-plugin</artifactId >
88- <version >2.0 .0</version >
101+ <version >2.4 .0</version >
89102 </plugin >
90103 <plugin >
91104 <artifactId >maven-dependency-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments