You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/11/03 23:18:05 UTC

svn commit: r471016 - in /geronimo/genesis/trunk/plugins: pom.xml script-maven-plugin/pom.xml

Author: jdillon
Date: Fri Nov  3 14:18:05 2006
New Revision: 471016

URL: http://svn.apache.org/viewvc?view=rev&rev=471016
Log:
Include a few more ant deps for more task support

Modified:
    geronimo/genesis/trunk/plugins/pom.xml
    geronimo/genesis/trunk/plugins/script-maven-plugin/pom.xml

Modified: geronimo/genesis/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/plugins/pom.xml?view=diff&rev=471016&r1=471015&r2=471016
==============================================================================
--- geronimo/genesis/trunk/plugins/pom.xml (original)
+++ geronimo/genesis/trunk/plugins/pom.xml Fri Nov  3 14:18:05 2006
@@ -73,6 +73,30 @@
             </dependency>
             
             <dependency>
+                <groupId>ant</groupId>
+                <artifactId>ant-nodeps</artifactId>
+                <version>1.6.5</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>ant</groupId>
+                <artifactId>ant-launcher</artifactId>
+                <version>1.6.5</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>ant</groupId>
+                <artifactId>ant-apache-oro</artifactId>
+                <version>1.6.5</version>
+            </dependency>
+            
+            <dependency>
+                <groupId>oro</groupId>
+                <artifactId>oro</artifactId>
+                <version>2.0.8</version>
+            </dependency>
+            
+            <dependency>
                 <groupId>org.apache.geronimo.genesis.plugins</groupId>
                 <artifactId>plugin-support</artifactId>
                 <version>1.1-SNAPSHOT</version>

Modified: geronimo/genesis/trunk/plugins/script-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/plugins/script-maven-plugin/pom.xml?view=diff&rev=471016&r1=471015&r2=471016
==============================================================================
--- geronimo/genesis/trunk/plugins/script-maven-plugin/pom.xml (original)
+++ geronimo/genesis/trunk/plugins/script-maven-plugin/pom.xml Fri Nov  3 14:18:05 2006
@@ -54,9 +54,30 @@
         <!--
         NOTE: Included for AntBuilder support.  Needs to be in the same classloader as groovy-all-1.0-jsr
         -->
+        
         <dependency>
             <groupId>ant</groupId>
             <artifactId>ant</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant-nodeps</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant-launcher</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant-apache-oro</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>oro</groupId>
+            <artifactId>oro</artifactId>
         </dependency>
     </dependencies>