You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2013/02/04 06:38:53 UTC

svn commit: r1442028 - in /geronimo/server/branches/3.0: plugins/openjpa2/openjpa2/src/main/history/dependencies.xml plugins/uddi/uddi-jetty/src/main/history/dependencies.xml plugins/uddi/uddi-tomcat/src/main/history/dependencies.xml pom.xml

Author: gawor
Date: Mon Feb  4 05:38:53 2013
New Revision: 1442028

URL: http://svn.apache.org/viewvc?rev=1442028&view=rev
Log:
fix openjpa's exclusions

Modified:
    geronimo/server/branches/3.0/plugins/openjpa2/openjpa2/src/main/history/dependencies.xml
    geronimo/server/branches/3.0/plugins/uddi/uddi-jetty/src/main/history/dependencies.xml
    geronimo/server/branches/3.0/plugins/uddi/uddi-tomcat/src/main/history/dependencies.xml
    geronimo/server/branches/3.0/pom.xml

Modified: geronimo/server/branches/3.0/plugins/openjpa2/openjpa2/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0/plugins/openjpa2/openjpa2/src/main/history/dependencies.xml?rev=1442028&r1=1442027&r2=1442028&view=diff
==============================================================================
--- geronimo/server/branches/3.0/plugins/openjpa2/openjpa2/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/3.0/plugins/openjpa2/openjpa2/src/main/history/dependencies.xml Mon Feb  4 05:38:53 2013
@@ -7,11 +7,6 @@
         <type>car</type>
     </module-id>
     <dependency>
-        <groupId>asm</groupId>
-        <artifactId>asm</artifactId>
-        <type>jar</type>
-    </dependency>
-    <dependency>
         <groupId>commons-dbcp</groupId>
         <artifactId>commons-dbcp</artifactId>
         <type>jar</type>
@@ -22,11 +17,6 @@
         <type>jar</type>
     </dependency>
     <dependency>
-        <groupId>javax.xml.stream</groupId>
-        <artifactId>stax-api</artifactId>
-        <type>jar</type>
-    </dependency>
-    <dependency>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.api</artifactId>
         <type>jar</type>

Modified: geronimo/server/branches/3.0/plugins/uddi/uddi-jetty/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0/plugins/uddi/uddi-jetty/src/main/history/dependencies.xml?rev=1442028&r1=1442027&r2=1442028&view=diff
==============================================================================
--- geronimo/server/branches/3.0/plugins/uddi/uddi-jetty/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/3.0/plugins/uddi/uddi-jetty/src/main/history/dependencies.xml Mon Feb  4 05:38:53 2013
@@ -7,16 +7,6 @@
         <type>car</type>
     </module-id>
     <dependency>
-        <groupId>asm</groupId>
-        <artifactId>asm</artifactId>
-        <type>jar</type>
-    </dependency>
-    <dependency>
-        <groupId>javax.xml.stream</groupId>
-        <artifactId>stax-api</artifactId>
-        <type>jar</type>
-    </dependency>
-    <dependency>
         <groupId>org.apache.geronimo.bundles</groupId>
         <artifactId>commons-digester</artifactId>
         <type>jar</type>

Modified: geronimo/server/branches/3.0/plugins/uddi/uddi-tomcat/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0/plugins/uddi/uddi-tomcat/src/main/history/dependencies.xml?rev=1442028&r1=1442027&r2=1442028&view=diff
==============================================================================
--- geronimo/server/branches/3.0/plugins/uddi/uddi-tomcat/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/3.0/plugins/uddi/uddi-tomcat/src/main/history/dependencies.xml Mon Feb  4 05:38:53 2013
@@ -7,11 +7,6 @@
         <type>car</type>
     </module-id>
     <dependency>
-        <groupId>asm</groupId>
-        <artifactId>asm</artifactId>
-        <type>jar</type>
-    </dependency>
-    <dependency>
         <groupId>commons-dbcp</groupId>
         <artifactId>commons-dbcp</artifactId>
         <type>jar</type>
@@ -22,11 +17,6 @@
         <type>jar</type>
     </dependency>
     <dependency>
-        <groupId>javax.xml.stream</groupId>
-        <artifactId>stax-api</artifactId>
-        <type>jar</type>
-    </dependency>
-    <dependency>
         <groupId>org.apache.geronimo.bundles</groupId>
         <artifactId>commons-digester</artifactId>
         <type>jar</type>

Modified: geronimo/server/branches/3.0/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0/pom.xml?rev=1442028&r1=1442027&r2=1442028&view=diff
==============================================================================
--- geronimo/server/branches/3.0/pom.xml (original)
+++ geronimo/server/branches/3.0/pom.xml Mon Feb  4 05:38:53 2013
@@ -445,6 +445,14 @@
                         <groupId>org.apache.geronimo.specs</groupId>
                         <artifactId>geronimo-validation_1.0_spec</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>asm</groupId>
+                        <artifactId>asm</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>javax.xml.stream</groupId>
+                        <artifactId>stax-api</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>