Skip to content

Commit 8936d35

Browse files
committed
pom.xml: explicitly specify artifacts versions.
No functional changes.
1 parent 1d0a34b commit 8936d35

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<dependency>
2020
<groupId>commons-beanutils</groupId>
2121
<artifactId>commons-beanutils</artifactId>
22+
<version>${commons-beanutils.version}</version>
2223
</dependency>
2324

2425
<!-- Needed for IOUtils -->
@@ -197,6 +198,7 @@
197198
<dependency>
198199
<groupId>commons-dbcp</groupId>
199200
<artifactId>commons-dbcp</artifactId>
201+
<version>${commons-dbcp.version}</version>
200202
<scope>runtime</scope>
201203
</dependency>
202204
<dependency>
@@ -217,12 +219,14 @@
217219
<dependency>
218220
<groupId>org.liquibase</groupId>
219221
<artifactId>liquibase-core</artifactId>
222+
<version>${liquibase.version}</version>
220223
<scope>runtime</scope>
221224
</dependency>
222225

223226
<dependency>
224227
<groupId>org.thymeleaf.extras</groupId>
225228
<artifactId>thymeleaf-extras-springsecurity4</artifactId>
229+
<version>${thymeleaf-extras-springsecurity4.version}</version>
226230
<scope>runtime</scope>
227231
</dependency>
228232

@@ -272,6 +276,7 @@
272276
<dependency>
273277
<groupId>org.codehaus.groovy</groupId>
274278
<artifactId>groovy-all</artifactId>
279+
<version>${groovy.version}</version>
275280
<scope>test</scope>
276281
</dependency>
277282

@@ -410,6 +415,10 @@
410415
<jquery.version>1.9.1</jquery.version>
411416

412417
<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+
413422
<lombok.version>1.16.8</lombok.version>
414423
<minify.plugin.version>1.7.4</minify.plugin.version>
415424

0 commit comments

Comments
 (0)