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 2009/12/01 17:49:09 UTC

svn commit: r885831 - in /geronimo/server/trunk/plugins: connector-1_6/pom.xml webservices/geronimo-webservices-builder/pom.xml webservices/pom.xml webservices/webservices-common/pom.xml

Author: gawor
Date: Tue Dec  1 16:49:09 2009
New Revision: 885831

URL: http://svn.apache.org/viewvc?rev=885831&view=rev
Log:
minor dependency cleanup

Modified:
    geronimo/server/trunk/plugins/connector-1_6/pom.xml
    geronimo/server/trunk/plugins/webservices/geronimo-webservices-builder/pom.xml
    geronimo/server/trunk/plugins/webservices/pom.xml
    geronimo/server/trunk/plugins/webservices/webservices-common/pom.xml

Modified: geronimo/server/trunk/plugins/connector-1_6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/connector-1_6/pom.xml?rev=885831&r1=885830&r2=885831&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/connector-1_6/pom.xml (original)
+++ geronimo/server/trunk/plugins/connector-1_6/pom.xml Tue Dec  1 16:49:09 2009
@@ -33,17 +33,6 @@
     <description>
         Connector plugin
     </description>
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.geronimo.framework</groupId>
-                <artifactId>framework</artifactId>
-                <version>${version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
 
     <modules>
         <!--<module>client-transaction-1_6</module>-->
@@ -55,4 +44,4 @@
         <module>geronimo-connector-server</module>
     </modules>
 
-</project>
\ No newline at end of file
+</project>

Modified: geronimo/server/trunk/plugins/webservices/geronimo-webservices-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/webservices/geronimo-webservices-builder/pom.xml?rev=885831&r1=885830&r2=885831&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/webservices/geronimo-webservices-builder/pom.xml (original)
+++ geronimo/server/trunk/plugins/webservices/geronimo-webservices-builder/pom.xml Tue Dec  1 16:49:09 2009
@@ -51,21 +51,6 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jaxrpc_1.1_spec</artifactId>
         </dependency>
-
-        <!--<dependency>-->
-            <!--<groupId>org.apache.geronimo.specs</groupId>-->
-            <!--<artifactId>geronimo-saaj_1.3_spec</artifactId>-->
-        <!--</dependency>-->
-
-        <!--<dependency>-->
-            <!--<groupId>asm</groupId>-->
-            <!--<artifactId>asm</artifactId>-->
-        <!--</dependency>-->
-
-        <dependency>
-            <groupId>org.apache.servicemix.bundles</groupId>
-            <artifactId>org.apache.servicemix.bundles.wsdl4j</artifactId>
-        </dependency>
     </dependencies>
 
     <build>

Modified: geronimo/server/trunk/plugins/webservices/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/webservices/pom.xml?rev=885831&r1=885830&r2=885831&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/webservices/pom.xml (original)
+++ geronimo/server/trunk/plugins/webservices/pom.xml Tue Dec  1 16:49:09 2009
@@ -42,15 +42,5 @@
         <module>geronimo-webservices-builder</module>
         <module>webservices-common</module>
     </modules>
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.geronimo.framework</groupId>
-                <artifactId>framework</artifactId>
-                <version>${version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
+
 </project>

Modified: geronimo/server/trunk/plugins/webservices/webservices-common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/webservices/webservices-common/pom.xml?rev=885831&r1=885830&r2=885831&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/webservices/webservices-common/pom.xml (original)
+++ geronimo/server/trunk/plugins/webservices/webservices-common/pom.xml Tue Dec  1 16:49:09 2009
@@ -84,11 +84,6 @@
         </dependency>
 -->
 
-        <dependency>
-            <groupId>org.apache.servicemix.bundles</groupId>
-            <artifactId>org.apache.servicemix.bundles.wsdl4j</artifactId>
-        </dependency>
-
         <!-- StAX implementation -->
         <!--<dependency>-->
             <!--<groupId>org.codehaus.woodstox</groupId>-->