You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2012/02/29 22:10:21 UTC

svn commit: r1295275 - /openejb/trunk/javaee-api/pom.xml

Author: rmannibucau
Date: Wed Feb 29 21:10:21 2012
New Revision: 1295275

URL: http://svn.apache.org/viewvc?rev=1295275&view=rev
Log:
using jaxb RI instead of geronimo jaaxb

Modified:
    openejb/trunk/javaee-api/pom.xml

Modified: openejb/trunk/javaee-api/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/javaee-api/pom.xml?rev=1295275&r1=1295274&r2=1295275&view=diff
==============================================================================
--- openejb/trunk/javaee-api/pom.xml (original)
+++ openejb/trunk/javaee-api/pom.xml Wed Feb 29 21:10:21 2012
@@ -30,7 +30,7 @@
   <artifactId>javaee-api</artifactId>
   <packaging>jar</packaging>
   <name>OpenEJB :: JavaEE Full API (zip and jar files)</name>
-  <version>6.0-3-SNAPSHOT</version>
+  <version>6.0-4-SNAPSHOT</version>
 
   <build>
     <resources>
@@ -338,16 +338,16 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jaxb_2.2_spec</artifactId>
-      <version>${geronimo-jaxb_2.2_spec.version}</version>
-      <classifier>sources</classifier>
+      <groupId>javax.xml.bind</groupId>
+      <artifactId>jaxb-api</artifactId>
+      <version>${jaxb-api.version}</version>
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jaxb_2.2_spec</artifactId>
-      <version>${geronimo-jaxb_2.2_spec.version}</version>
+      <groupId>javax.xml.bind</groupId>
+      <artifactId>jaxb-api</artifactId>
+      <version>${jaxb-api.version}</version>
+      <classifier>sources</classifier>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -575,7 +575,7 @@
     <geronimo-jaspic_1.0_spec.version>1.1</geronimo-jaspic_1.0_spec.version>
     <geronimo-jcdi_1.0_spec.version>1.0</geronimo-jcdi_1.0_spec.version>
     <geronimo-jaxws_2.2_spec.version>1.1</geronimo-jaxws_2.2_spec.version>
-    <geronimo-jaxb_2.2_spec.version>1.0.1</geronimo-jaxb_2.2_spec.version>
     <geronimo-osgi.version>1.0</geronimo-osgi.version>
+    <jaxb-api.version>2.2.5</jaxb-api.version>
   </properties>
 </project>