Author: jboynes Date: Sat Apr 9 20:41:32 2005 New Revision: 160736 URL: http://svn.apache.org/viewcvs?view=rev&rev=160736 Log: clean up module dependencies
Modified: geronimo/trunk/modules/core/project.xml Modified: geronimo/trunk/modules/core/project.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/core/project.xml?view=diff&r1=160735&r2=160736 ============================================================================== --- geronimo/trunk/modules/core/project.xml (original) +++ geronimo/trunk/modules/core/project.xml Sat Apr 9 20:41:32 2005 @@ -28,8 +28,8 @@ <name>Geronimo :: Core</name> <id>geronimo-core</id> - <shortDescription>Geronimo Core J2EE Container </shortDescription> - <description>Geronimo Core J2EE Container</description> + <shortDescription>Geronimo Core Utilities </shortDescription> + <description>Geronimo Core J2EE Utilities</description> <url>http://geronimo.apache.org/modules/core/</url> <siteDirectory>/www/geronimo.apache.org/modules/core</siteDirectory> <distributionDirectory>/www/incubator.apache.org/projects/geronimo/builds/core</distributionDirectory> @@ -39,95 +39,10 @@ <!-- ============ --> <dependencies> - - <!-- needed for xmlbeans runtime--> - <dependency> - <groupId>xmlbeans</groupId> - <artifactId>xbean-apache</artifactId> - <version>${xmlbeans_version}</version> - </dependency> - - <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>${commons_logging_version}</version> - <url>http://jakarta.apache.org/commons/logging/</url> - </dependency> - - <!-- Module Dependencies --> - - <dependency> - <groupId>geronimo</groupId> - <artifactId>geronimo-common</artifactId> - <version>${pom.currentVersion}</version> - </dependency> - - <dependency> - <groupId>geronimo</groupId> - <artifactId>geronimo-kernel</artifactId> - <version>${pom.currentVersion}</version> - </dependency> - - <dependency> - <groupId>geronimo</groupId> - <artifactId>geronimo-deployment</artifactId> - <version>${pom.currentVersion}</version> - </dependency> - - <dependency> - <groupId>geronimo</groupId> - <artifactId>geronimo-j2ee-schema</artifactId> - <version>${pom.currentVersion}</version> - <properties> - <xmlbeans>true</xmlbeans> - </properties> - </dependency> - - <dependency> - <groupId>geronimo-spec</groupId> - <artifactId>geronimo-spec-jta</artifactId> - <version>${geronimo_spec_jta_version}</version> - </dependency> - - <dependency> - <groupId>geronimo-spec</groupId> - <artifactId>geronimo-spec-ejb</artifactId> - <version>${geronimo_spec_ejb_version}</version> - </dependency> - - <dependency> - <groupId>geronimo-spec</groupId> - <artifactId>geronimo-spec-j2ee-management</artifactId> - <version>${geronimo_spec_j2ee_management_version}</version> - </dependency> - - <dependency> - <groupId>geronimo-spec</groupId> - <artifactId>geronimo-spec-j2ee-deployment</artifactId> - <version>${geronimo_spec_j2ee_deployment_version}</version> - </dependency> - - <dependency> - <groupId>geronimo-spec</groupId> - <artifactId>geronimo-spec-servlet</artifactId> - <version>${geronimo_spec_servlet_version}</version> - </dependency> - - <!-- Thirdparty --> - - <dependency> - <groupId>commons-jxpath</groupId> - <artifactId>commons-jxpath</artifactId> - <version>${commons_jxpath_version}</version> - <url>http://jakarta.apache.org/commons/jxpath/</url> - </dependency> - - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>${log4j_version}</version> - <url>http://jakarta.apache.org/log4j</url> </dependency> <dependency> @@ -143,30 +58,9 @@ </dependency> <dependency> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - <version>${xerces_version}</version> - <url>http://xml.apache.org</url> - </dependency> - - <dependency> - <groupId>dom4j</groupId> - <artifactId>dom4j</artifactId> - <version>${dom4j_version}</version> - </dependency> - - <dependency> - <groupId>cglib</groupId> - <artifactId>cglib-full</artifactId> - <version>${cglib_version}</version> - <url>http://cglib.sourceforge.net</url> - </dependency> - - <dependency> - <groupId>xml-resolver</groupId> - <artifactId>xml-resolver</artifactId> - <version>${xml_resolver_version}</version> - <url>http://xml.apache.org/commons</url> + <groupId>geronimo</groupId> + <artifactId>geronimo-kernel</artifactId> + <version>${pom.currentVersion}</version> </dependency> </dependencies>