You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ho...@apache.org on 2007/03/14 04:04:47 UTC

svn commit: r517980 - /incubator/openejb/trunk/openejb3/container/openejb-jee/pom.xml

Author: hogstrom
Date: Tue Mar 13 20:04:46 2007
New Revision: 517980

URL: http://svn.apache.org/viewvc?view=rev&rev=517980
Log:
Updating from stax-api to geronimo-stax-api_1.0_spec to correct incorrect method signatures

Modified:
    incubator/openejb/trunk/openejb3/container/openejb-jee/pom.xml

Modified: incubator/openejb/trunk/openejb3/container/openejb-jee/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/container/openejb-jee/pom.xml?view=diff&rev=517980&r1=517979&r2=517980
==============================================================================
--- incubator/openejb/trunk/openejb3/container/openejb-jee/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/container/openejb-jee/pom.xml Tue Mar 13 20:04:46 2007
@@ -57,18 +57,13 @@
       </exclusions>
     </dependency>
     <dependency>
-        <groupId>stax</groupId>
-        <artifactId>stax-api</artifactId>
-        <version>1.0</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-finder</artifactId>
     </dependency>
     <dependency>
-        <groupId>stax</groupId>
-        <artifactId>stax-api</artifactId>
-        <version>1.0</version>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+        <version>1.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>