Skip to content

Commit 7273d02

Browse files
committed
pom.xml: explicitly specify versions of components.
1 parent 8f80fa3 commit 7273d02

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<servlet.api.version>3.0.20100224</servlet.api.version>
2828
<commons.lang.version>3.3.2</commons.lang.version>
2929
<commons.io.version>2.4</commons.io.version>
30-
<thymeleaf.security.version>2.1.2.RELEASE</thymeleaf.security.version>
3130
<thymeleaf.togglz.version>1.0.1.RELEASE</thymeleaf.togglz.version>
3231
<togglz.version>2.1.0.Final</togglz.version>
3332

@@ -64,10 +63,12 @@
6463
<commons-beanutils.version>1.9.2</commons-beanutils.version>
6564
<commons-collections.version>3.2.1</commons-collections.version>
6665
<commons-dbcp.version>1.4</commons-dbcp.version>
66+
<commons-pool.version>1.5.4</commons-pool.version>
6767
<groovy.version>2.0.8</groovy.version>
6868
<h2.version>1.4.184</h2.version>
6969
<hibernate-validator.version>5.1.3.Final</hibernate-validator.version>
7070
<hibernate.version>4.3.6.Final</hibernate.version>
71+
<javax-mail.version>1.5.2</javax-mail.version>
7172
<jetty.version>8.1.16.v20140903</jetty.version>
7273
<liquibase.version>3.3.2</liquibase.version>
7374
<mysql.version>5.1.33</mysql.version>
@@ -76,6 +77,8 @@
7677
<spring.version>4.2.0.RC1</spring.version>
7778
<spring-data-releasetrain.version>Dijkstra-SR4</spring-data-releasetrain.version>
7879
<spring-security.version>4.0.1.RELEASE</spring-security.version>
80+
<thymeleaf.version>2.1.4.RELEASE</thymeleaf.version>
81+
<thymeleaf-extras-springsecurity4.version>2.1.2.RELEASE</thymeleaf-extras-springsecurity4.version>
7982

8083
<!-- Downgraded because of bug: http://sourceforge.net/p/htmlunit/bugs/1692/ -->
8184
<httpclient.version>4.3.4</httpclient.version>
@@ -248,7 +251,6 @@
248251
<dependency>
249252
<groupId>org.thymeleaf.extras</groupId>
250253
<artifactId>thymeleaf-extras-springsecurity4</artifactId>
251-
<version>${thymeleaf.security.version}</version>
252254
</dependency>
253255

254256
<dependency>

0 commit comments

Comments
 (0)