Now all dependencies can be automatically downloaded.
[utils] / hibernate-jpa / pom.xml
index ac37391406c0d6c464df8a38d47273eb7972cbf9..94fbe019e34c18341fea928a941ddd188f3d7a92 100644 (file)
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate</artifactId>
       <version>3.2.5.ga</version>
+      <exclusions>
+        <exclusion>
+          <groupId>javax.transaction</groupId>
+          <artifactId>jta</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <!-- This dependency should probably move to a more generic JPA 
+         project --> 
+    <dependency>
+      <groupId>javax.transaction</groupId>
+      <artifactId>transaction-api</artifactId>
+      <version>1.1</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.hibernate</groupId>