From: Erik Brakkee Date: Fri, 21 Mar 2008 10:19:54 +0000 (+0000) Subject: Now all dependencies can be automatically downloaded. X-Git-Tag: wamblee-utils-0.7~837 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=b52614d39d3c666eb802170fd14d0973644be9fc;p=utils Now all dependencies can be automatically downloaded. --- diff --git a/hibernate-jpa/pom.xml b/hibernate-jpa/pom.xml index ac373914..94fbe019 100644 --- a/hibernate-jpa/pom.xml +++ b/hibernate-jpa/pom.xml @@ -19,6 +19,20 @@ org.hibernate hibernate 3.2.5.ga + + + javax.transaction + jta + + + + + + javax.transaction + transaction-api + 1.1 + test org.hibernate diff --git a/pom.xml b/pom.xml index 8bdc37e3..378e4791 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ junit junit - 3.8.1 + 4.4 test @@ -107,6 +107,16 @@ 1.0 provided + + javax.activation + activation + 1.1 + + + javax.mail + mail + 1.4.1 + javax.servlet servlet-api @@ -226,11 +236,6 @@ commons-email 1.0 - - javax.mail - mail - 1.3.3_01 - jaxen jaxen diff --git a/support/pom.xml b/support/pom.xml index a57a26af..952d7a4c 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -45,6 +45,16 @@ org.springframework spring-hibernate3 + + + org.hibernate + hibernate + + + + + org.wamblee + wamblee-hibernate-jpa org.springframework