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>