|
28 | 28 | <inceptionYear>2014</inceptionYear> |
29 | 29 | <properties> |
30 | 30 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
31 | | - <hibernate.version>5.0.1.Final</hibernate.version> |
32 | | - <spring.version>4.2.4.RELEASE</spring.version> |
33 | | - <spring-boot.version>1.3.3.RELEASE</spring-boot.version> |
34 | | - <spring-data.version>1.9.2.RELEASE</spring-data.version> |
| 31 | + <hibernate.version>5.2.18.Final</hibernate.version> |
| 32 | + <spring.version>5.0.13.RELEASE</spring.version> |
| 33 | + <spring-boot.version>2.0.9.RELEASE</spring-boot.version> |
| 34 | + <spring-data.version>2.0.14.RELEASE</spring-data.version> |
35 | 35 | <h2.version>1.4.190</h2.version> |
36 | 36 | <junit.version>4.12</junit.version> |
37 | 37 | <junit-jupiter.version>5.0.2</junit-jupiter.version> |
|
40 | 40 | <compiler.version>3.8.1</compiler.version> |
41 | 41 | <jacoco.version>0.8.4</jacoco.version> |
42 | 42 | <commons-dbcp.version>1.4</commons-dbcp.version> |
43 | | - <camel.version>2.16.1</camel.version> |
| 43 | + <camel.version>2.24.0</camel.version> |
44 | 44 | <guava.version>19.0</guava.version> |
45 | 45 | <mockito.version>1.10.19</mockito.version> |
46 | 46 | <apache-httpcomponents.version>4.5.10</apache-httpcomponents.version> |
|
55 | 55 | <aws-lambda-java-events.version>2.0.1</aws-lambda-java-events.version> |
56 | 56 | <jackson.version>2.8.5</jackson.version> |
57 | 57 | <pmd.version>3.12.0</pmd.version> |
| 58 | + <log4j.version>1.2.17</log4j.version> |
58 | 59 | <jaxb-api.version>2.3.0</jaxb-api.version> |
59 | 60 | <annotation-api.version>1.3.1</annotation-api.version> |
60 | 61 | </properties> |
|
191 | 192 | <artifactId>hibernate-core</artifactId> |
192 | 193 | <version>${hibernate.version}</version> |
193 | 194 | </dependency> |
194 | | - <dependency> |
195 | | - <groupId>org.hibernate</groupId> |
196 | | - <artifactId>hibernate-entitymanager</artifactId> |
197 | | - <version>${hibernate.version}</version> |
198 | | - </dependency> |
199 | 195 | <dependency> |
200 | 196 | <groupId>org.springframework.boot</groupId> |
201 | 197 | <artifactId>spring-boot-dependencies</artifactId> |
|
300 | 296 | <artifactId>mongo-java-driver</artifactId> |
301 | 297 | <version>${mongo-java-driver.version}</version> |
302 | 298 | </dependency> |
| 299 | + <dependency> |
| 300 | + <groupId>log4j</groupId> |
| 301 | + <artifactId>log4j</artifactId> |
| 302 | + <version>${log4j.version}</version> |
| 303 | + </dependency> |
303 | 304 | <dependency> |
304 | 305 | <groupId>javax.xml.bind</groupId> |
305 | 306 | <artifactId>jaxb-api</artifactId> |
|
0 commit comments