(no commit message)
[utils] / hibernate-jpa / pom.xml
index ac37391406c0d6c464df8a38d47273eb7972cbf9..1a854dd1dab716ca407a643192f1c6aa2cf11611 100644 (file)
   <groupId>org.wamblee</groupId>
   <artifactId>wamblee-hibernate-jpa</artifactId>
   <packaging>jar</packaging>
-  <name>wamblee.org hibernate-jpa library (bundling the required dependencies)</name>
+  <name>/hibernate-jpa</name>
   <url>http://wamblee.org</url>
   <dependencies>
+    <!-- This dependency should probably move to a more generic JPA 
+         project --> 
     <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate</artifactId>
-      <version>3.2.5.ga</version>
+      <groupId>javax.transaction</groupId>
+      <artifactId>transaction-api</artifactId>
+      <version>1.1</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-entitymanager</artifactId>
-      <version>3.3.1.ga</version>
-    </dependency>
-    <dependency>
-      <groupId>javax.persistence</groupId>
-      <artifactId>persistence-api</artifactId>
-      <version>1.0</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>concurrent</groupId>
-      <artifactId>concurrent</artifactId>
-      <version>1.3.4</version>
-    </dependency>
-    <dependency>
-      <groupId>oro</groupId>
-      <artifactId>oro</artifactId>
-      <version>2.0.6</version>
+      <version>3.3.2.GA</version>
+      <exclusions>
+        <exclusion>
+          <groupId>javax.transaction</groupId>
+          <artifactId>jta</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
+   
   </dependencies>
 
 </project>