(no commit message)
[utils] / hibernate-jpa / pom.xml
index 6002f96244f580c4a35a63a3ab3d80a4aac65e6f..5bbef3724801ebe80495b3423ce58bdd01252834 100644 (file)
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-entitymanager</artifactId>
       <version>3.3.2.GA</version>
+      <exclusions>
+        <exclusion>
+          <groupId>javax.transaction</groupId>
+          <artifactId>jta</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
    
   </dependencies>