You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by da...@apache.org on 2007/01/10 22:10:32 UTC

svn commit: r494987 - /incubator/openejb/trunk/openejb3/pom.xml

Author: dain
Date: Wed Jan 10 13:10:31 2007
New Revision: 494987

URL: http://svn.apache.org/viewvc?view=rev&rev=494987
Log:
Add another exclusion of JTA 1.0.1B

Modified:
    incubator/openejb/trunk/openejb3/pom.xml

Modified: incubator/openejb/trunk/openejb3/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/pom.xml?view=diff&rev=494987&r1=494986&r2=494987
==============================================================================
--- incubator/openejb/trunk/openejb3/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/pom.xml Wed Jan 10 13:10:31 2007
@@ -785,6 +785,12 @@
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-persistence-jdbc</artifactId>
         <version>0.9.6-incubating</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.apache.xbean</groupId>