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 2005/11/03 00:02:58 UTC

svn commit: r330381 - in /geronimo/trunk/modules: axis/project.xml jetty/project.xml tomcat/project.xml

Author: djencks
Date: Wed Nov  2 15:02:55 2005
New Revision: 330381

URL: http://svn.apache.org/viewcvs?rev=330381&view=rev
Log:
GERONIMO-1123 add dependencies on plugin where it is used

Modified:
    geronimo/trunk/modules/axis/project.xml
    geronimo/trunk/modules/jetty/project.xml
    geronimo/trunk/modules/tomcat/project.xml

Modified: geronimo/trunk/modules/axis/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/axis/project.xml?rev=330381&r1=330380&r2=330381&view=diff
==============================================================================
--- geronimo/trunk/modules/axis/project.xml (original)
+++ geronimo/trunk/modules/axis/project.xml Wed Nov  2 15:02:55 2005
@@ -39,6 +39,13 @@
     <dependencies>
         <dependency>
             <groupId>geronimo</groupId>
+            <artifactId>geronimo-dependency-plugin</artifactId>
+            <version>${pom.currentVersion}</version>
+            <type>plugin</type>
+        </dependency>
+        
+        <dependency>
+            <groupId>geronimo</groupId>
             <artifactId>geronimo-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>

Modified: geronimo/trunk/modules/jetty/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/jetty/project.xml?rev=330381&r1=330380&r2=330381&view=diff
==============================================================================
--- geronimo/trunk/modules/jetty/project.xml (original)
+++ geronimo/trunk/modules/jetty/project.xml Wed Nov  2 15:02:55 2005
@@ -41,6 +41,12 @@
     <!-- ============ -->
 
     <dependencies>
+        <dependency>
+            <groupId>geronimo</groupId>
+            <artifactId>geronimo-dependency-plugin</artifactId>
+            <version>${pom.currentVersion}</version>
+            <type>plugin</type>
+        </dependency>
 
         <dependency>
             <groupId>geronimo</groupId>
@@ -124,12 +130,6 @@
             <groupId>geronimo-spec</groupId>
             <artifactId>geronimo-spec-j2ee-connector</artifactId>
             <version>${geronimo_spec_j2ee_connector_version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>geronimo-spec</groupId>
-            <artifactId>geronimo-spec-j2ee-management</artifactId>
-            <version>${geronimo_spec_j2ee_management_version}</version>
         </dependency>
 
         <dependency>

Modified: geronimo/trunk/modules/tomcat/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/tomcat/project.xml?rev=330381&r1=330380&r2=330381&view=diff
==============================================================================
--- geronimo/trunk/modules/tomcat/project.xml (original)
+++ geronimo/trunk/modules/tomcat/project.xml Wed Nov  2 15:02:55 2005
@@ -41,6 +41,14 @@
     <!-- ============ -->
 
     <dependencies>
+
+        <dependency>
+            <groupId>geronimo</groupId>
+            <artifactId>geronimo-dependency-plugin</artifactId>
+            <version>${pom.currentVersion}</version>
+            <type>plugin</type>
+        </dependency>
+
         <!-- temporary solution until appropriate xmlbeans code is ready -->
         <dependency>
           <groupId>cglib</groupId>