Skip to content
Snippets Groups Projects
Commit 65d66ecd authored by srosse's avatar srosse
Browse files

OO-3071: update hibernate, jdbc drivers, spring framework...

parent fde21134
No related branches found
No related tags found
No related merge requests found
......@@ -62,12 +62,12 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<targetJdk>1.8</targetJdk>
<org.springframework.version>4.3.10.RELEASE</org.springframework.version>
<org.hibernate.version>5.2.10.Final</org.hibernate.version>
<org.springframework.version>4.3.12.RELEASE</org.springframework.version>
<org.hibernate.version>5.2.11.Final</org.hibernate.version>
<com.sun.jersey.version>1.19.4</com.sun.jersey.version>
<jackson.version>1.9.2</jackson.version>
<org.mysql.version>5.1.41</org.mysql.version>
<org.postgresql.version>42.0.0</org.postgresql.version>
<org.mysql.version>5.1.44</org.mysql.version>
<org.postgresql.version>42.1.4</org.postgresql.version>
<org.infinispan.version>8.2.5.Final</org.infinispan.version>
<lucene.version>4.8.0</lucene.version>
<version.selenium>3.5.3</version.selenium>
......@@ -1907,7 +1907,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>3.16</version>
<version>3.17</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
......@@ -2529,29 +2529,22 @@
</dependency>
<!-- Start test dependencies for Arquillian and Selenium -->
<dependency>
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-tomcat-managed-7</artifactId>
<version>1.0.0</version>
<scope>test</scope>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-tomcat-managed-7</artifactId>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-drone-impl</artifactId>
<scope>test</scope>
</dependency>
<!--
<dependency>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-drone-selenium-server</artifactId>
<scope>test</scope>
</dependency>
-->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment