You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2005/02/04 01:41:04 UTC

svn commit: r151278 - geronimo/trunk/modules/assembly/project.xml

Author: dblevins
Date: Thu Feb  3 16:41:03 2005
New Revision: 151278

URL: http://svn.apache.org/viewcvs?view=rev&rev=151278
Log:
Flagged some castor and xfire related dependencies for addition to the repo

Modified:
    geronimo/trunk/modules/assembly/project.xml

Modified: geronimo/trunk/modules/assembly/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/assembly/project.xml?view=diff&r1=151277&r2=151278
==============================================================================
--- geronimo/trunk/modules/assembly/project.xml (original)
+++ geronimo/trunk/modules/assembly/project.xml Thu Feb  3 16:41:03 2005
@@ -234,6 +234,15 @@
         </dependency>
 
         <dependency>
+            <groupId>geronimo</groupId>
+            <artifactId>geronimo-webservices</artifactId>
+            <version>${pom.currentVersion}</version>
+            <properties>
+                <repository>true</repository>
+            </properties>
+        </dependency>
+
+        <dependency>
             <groupId>activeio</groupId>
             <artifactId>activeio</artifactId>
             <version>${activeio_version}</version>
@@ -499,6 +508,15 @@
         </dependency>
 
         <dependency>
+            <groupId>oro</groupId>
+            <artifactId>oro</artifactId>
+            <version>${oro_version}</version>
+            <properties>
+                <repository>true</repository>
+            </properties>
+        </dependency>
+
+        <dependency>
             <groupId>cglib</groupId>
             <artifactId>cglib-full</artifactId>
             <version>${cglib_version}</version>
@@ -670,6 +688,7 @@
             <artifactId>xercesImpl</artifactId>
             <version>${xerces_version}</version>
             <properties>
+                <repository>true</repository>
                 <server>true</server>
                 <client>true</client>
             </properties>