|
27 | 27 | <servlet.api.version>3.0.20100224</servlet.api.version>
|
28 | 28 | <commons.lang.version>3.3.2</commons.lang.version>
|
29 | 29 | <commons.io.version>2.4</commons.io.version>
|
30 |
| - <thymeleaf.security.version>2.1.2.RELEASE</thymeleaf.security.version> |
31 | 30 | <thymeleaf.togglz.version>1.0.1.RELEASE</thymeleaf.togglz.version>
|
32 | 31 | <togglz.version>2.1.0.Final</togglz.version>
|
33 | 32 |
|
|
64 | 63 | <commons-beanutils.version>1.9.2</commons-beanutils.version>
|
65 | 64 | <commons-collections.version>3.2.1</commons-collections.version>
|
66 | 65 | <commons-dbcp.version>1.4</commons-dbcp.version>
|
| 66 | + <commons-pool.version>1.5.4</commons-pool.version> |
67 | 67 | <groovy.version>2.0.8</groovy.version>
|
68 | 68 | <h2.version>1.4.184</h2.version>
|
69 | 69 | <hibernate-validator.version>5.1.3.Final</hibernate-validator.version>
|
70 | 70 | <hibernate.version>4.3.6.Final</hibernate.version>
|
| 71 | + <javax-mail.version>1.5.2</javax-mail.version> |
71 | 72 | <jetty.version>8.1.16.v20140903</jetty.version>
|
72 | 73 | <liquibase.version>3.3.2</liquibase.version>
|
73 | 74 | <mysql.version>5.1.33</mysql.version>
|
|
76 | 77 | <spring.version>4.2.0.RC1</spring.version>
|
77 | 78 | <spring-data-releasetrain.version>Dijkstra-SR4</spring-data-releasetrain.version>
|
78 | 79 | <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> |
79 | 82 |
|
80 | 83 | <!-- Downgraded because of bug: http://sourceforge.net/p/htmlunit/bugs/1692/ -->
|
81 | 84 | <httpclient.version>4.3.4</httpclient.version>
|
|
248 | 251 | <dependency>
|
249 | 252 | <groupId>org.thymeleaf.extras</groupId>
|
250 | 253 | <artifactId>thymeleaf-extras-springsecurity4</artifactId>
|
251 |
| - <version>${thymeleaf.security.version}</version> |
252 | 254 | </dependency>
|
253 | 255 |
|
254 | 256 | <dependency>
|
|
0 commit comments