You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2011/04/22 02:21:41 UTC

svn commit: r1095849 - in /geronimo/bundles/trunk: sxc-jaxb/pom.xml woodstox/pom.xml

Author: djencks
Date: Fri Apr 22 00:21:40 2011
New Revision: 1095849

URL: http://svn.apache.org/viewvc?rev=1095849&view=rev
Log:
GERONIMO-5927 don't force versioning of stax specs, these bundles work ok with the ones in the jre

Modified:
    geronimo/bundles/trunk/sxc-jaxb/pom.xml
    geronimo/bundles/trunk/woodstox/pom.xml

Modified: geronimo/bundles/trunk/sxc-jaxb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/sxc-jaxb/pom.xml?rev=1095849&r1=1095848&r2=1095849&view=diff
==============================================================================
--- geronimo/bundles/trunk/sxc-jaxb/pom.xml (original)
+++ geronimo/bundles/trunk/sxc-jaxb/pom.xml Fri Apr 22 00:21:40 2011
@@ -59,24 +59,24 @@
             <artifactId>geronimo-activation_1.1_spec</artifactId>
             <version>1.1</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jaxb_2.2_spec</artifactId>
-            <version>1.0</version>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-stax-api_1.2_spec</artifactId>
-            <version>1.0</version>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.bundles</groupId>
-            <artifactId>jaxb-impl</artifactId>
-            <optional>true</optional>
-            <version>2.2_1</version>
-        </dependency>
+        <!--<dependency>-->
+            <!--<groupId>org.apache.geronimo.specs</groupId>-->
+            <!--<artifactId>geronimo-jaxb_2.2_spec</artifactId>-->
+            <!--<version>1.0</version>-->
+            <!--<optional>true</optional>-->
+        <!--</dependency>-->
+        <!--<dependency>-->
+            <!--<groupId>org.apache.geronimo.specs</groupId>-->
+            <!--<artifactId>geronimo-stax-api_1.2_spec</artifactId>-->
+            <!--<version>1.0</version>-->
+            <!--<optional>true</optional>-->
+        <!--</dependency>-->
+        <!--<dependency>-->
+            <!--<groupId>org.apache.geronimo.bundles</groupId>-->
+            <!--<artifactId>jaxb-impl</artifactId>-->
+            <!--<optional>true</optional>-->
+            <!--<version>2.2_1</version>-->
+        <!--</dependency>-->
     </dependencies>
 
     <build>
@@ -91,6 +91,7 @@
                             com.envoisolutions.sxc.builder*;resolution:=optional,
                             com.envoisolutions.sxc.compiler*;resolution:=optional,
                             com.sun.codemodel*;resolution:=optional,
+                            com.sun.xml.bind*;resolution:=optional,
                             sun.misc*;resolution:=optional,
                             *
                         </Import-Package>

Modified: geronimo/bundles/trunk/woodstox/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/woodstox/pom.xml?rev=1095849&r1=1095848&r2=1095849&view=diff
==============================================================================
--- geronimo/bundles/trunk/woodstox/pom.xml (original)
+++ geronimo/bundles/trunk/woodstox/pom.xml Fri Apr 22 00:21:40 2011
@@ -54,11 +54,11 @@
             <version>${pkgVersion}</version>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-stax-api_1.2_spec</artifactId>
-            <version>1.1-SNAPSHOT</version>
-        </dependency>
+        <!--<dependency>-->
+            <!--<groupId>org.apache.geronimo.specs</groupId>-->
+            <!--<artifactId>geronimo-stax-api_1.2_spec</artifactId>-->
+            <!--<version>1.1-SNAPSHOT</version>-->
+        <!--</dependency>-->
     </dependencies>
 
     <repositories>