File tree 1 file changed +9
-0
lines changed 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >commons-beanutils</groupId >
21
21
<artifactId >commons-beanutils</artifactId >
22
+ <version >${commons-beanutils.version} </version >
22
23
</dependency >
23
24
24
25
<!-- Needed for IOUtils -->
197
198
<dependency >
198
199
<groupId >commons-dbcp</groupId >
199
200
<artifactId >commons-dbcp</artifactId >
201
+ <version >${commons-dbcp.version} </version >
200
202
<scope >runtime</scope >
201
203
</dependency >
202
204
<dependency >
217
219
<dependency >
218
220
<groupId >org.liquibase</groupId >
219
221
<artifactId >liquibase-core</artifactId >
222
+ <version >${liquibase.version} </version >
220
223
<scope >runtime</scope >
221
224
</dependency >
222
225
223
226
<dependency >
224
227
<groupId >org.thymeleaf.extras</groupId >
225
228
<artifactId >thymeleaf-extras-springsecurity4</artifactId >
229
+ <version >${thymeleaf-extras-springsecurity4.version} </version >
226
230
<scope >runtime</scope >
227
231
</dependency >
228
232
272
276
<dependency >
273
277
<groupId >org.codehaus.groovy</groupId >
274
278
<artifactId >groovy-all</artifactId >
279
+ <version >${groovy.version} </version >
275
280
<scope >test</scope >
276
281
</dependency >
277
282
410
415
<jquery .version>1.9.1</jquery .version>
411
416
412
417
<license .plugin.version>1.9.0</license .plugin.version>
418
+
419
+ <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKAiK) -->
420
+ <liquibase .version>3.4.2</liquibase .version>
421
+
413
422
<lombok .version>1.16.8</lombok .version>
414
423
<minify .plugin.version>1.7.4</minify .plugin.version>
415
424
You can’t perform that action at this time.
0 commit comments