diff --git a/libreplan-business/pom.xml b/libreplan-business/pom.xml
index aebb910dc..7e8079cd9 100644
--- a/libreplan-business/pom.xml
+++ b/libreplan-business/pom.xml
@@ -52,7 +52,7 @@
org.jboss.spec.javax.transaction
- jboss-transaction-api_1.1_spec
+ jboss-transaction-api_1.2_spec
diff --git a/pom.xml b/pom.xml
index 88caebbdb..8a286eba0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
org.postgresql
postgresql
- 9.2-1003-jdbc4
+ 9.4.1208.jre7
org.postgresql.Driver
jdbc:postgresql://localhost/libreplan${libreplan.mode}
@@ -129,14 +129,16 @@
-
+
mysql
mysql
mysql-connector-java
- 5.0.5
+ 6.0.2
com.mysql.jdbc.Driver
jdbc:mysql://localhost/libreplan${libreplan.mode}
@@ -260,15 +262,15 @@
- org.jadira.usertype
- usertype.core
- 3.2.0.GA
-
-
- org.hibernate
- hibernate-entitymanager
-
-
+ org.jadira.usertype
+ usertype.core
+ 3.2.0.GA
+
+
+ org.hibernate
+ hibernate-entitymanager
+
+
@@ -280,7 +282,7 @@
org.jboss.spec.javax.transaction
- jboss-transaction-api_1.1_spec
+ jboss-transaction-api_1.2_spec
1.0.1.Final
compile
@@ -821,7 +823,7 @@
-
+
org.mortbay.jetty
maven-jetty-plugin
6.1.18