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 2010/02/24 19:36:53 UTC

svn commit: r915915 - in /geronimo/server/trunk/plugins/axis2: axis2/src/main/history/dependencies.xml pom.xml

Author: gawor
Date: Wed Feb 24 18:36:53 2010
New Revision: 915915

URL: http://svn.apache.org/viewvc?rev=915915&view=rev
Log:
remove old geronimo-annotation_1.0_spec dependency

Modified:
    geronimo/server/trunk/plugins/axis2/axis2/src/main/history/dependencies.xml
    geronimo/server/trunk/plugins/axis2/pom.xml

Modified: geronimo/server/trunk/plugins/axis2/axis2/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/axis2/axis2/src/main/history/dependencies.xml?rev=915915&r1=915914&r2=915915&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/axis2/axis2/src/main/history/dependencies.xml (original)
+++ geronimo/server/trunk/plugins/axis2/axis2/src/main/history/dependencies.xml Wed Feb 24 18:36:53 2010
@@ -138,11 +138,6 @@
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
-        <artifactId>geronimo-annotation_1.0_spec</artifactId>
-        <type>jar</type>
-    </dependency>
-    <dependency>
-        <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-annotation_1.1_spec</artifactId>
         <type>jar</type>
     </dependency>

Modified: geronimo/server/trunk/plugins/axis2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/axis2/pom.xml?rev=915915&r1=915914&r2=915915&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/axis2/pom.xml (original)
+++ geronimo/server/trunk/plugins/axis2/pom.xml Wed Feb 24 18:36:53 2010
@@ -130,6 +130,10 @@
                     <exclusion>
                         <groupId>xml-resolver</groupId>
                         <artifactId>xml-resolver</artifactId>
+                    </exclusion>    
+                    <exclusion>
+                        <groupId>org.apache.geronimo.specs</groupId>
+                        <artifactId>geronimo-annotation_1.0_spec</artifactId>
                     </exclusion>                    
                 </exclusions>
             </dependency>