djencks 2005/07/19 22:33:47
Modified: modules/core project.xml
Log:
GERONIMO-782 step 1 remove xfire. Also clean up dependencies a bit
Revision Changes Path
1.56 +33 -51 openejb/modules/core/project.xml
Index: project.xml
===================================================================
RCS file: /home/projects/openejb/scm/openejb/modules/core/project.xml,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- project.xml 13 Jul 2005 20:49:26 -0000 1.55
+++ project.xml 20 Jul 2005 02:33:47 -0000 1.56
@@ -66,11 +66,11 @@
<version>${geronimo_version}</version>
</dependency>
- <dependency>
- <groupId>geronimo</groupId>
- <artifactId>geronimo-j2ee-builder</artifactId>
- <version>${geronimo_version}</version>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>geronimo</groupId>-->
+<!-- <artifactId>geronimo-j2ee-builder</artifactId>-->
+<!-- <version>${geronimo_version}</version>-->
+<!-- </dependency>-->
<dependency>
<groupId>geronimo</groupId>
@@ -198,11 +198,11 @@
<version>${geronimo_spec_qname_version}</version>
</dependency>
- <dependency>
- <groupId>geronimo</groupId>
- <artifactId>geronimo-j2ee-schema</artifactId>
- <version>${geronimo_version}</version>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>geronimo</groupId>-->
+<!-- <artifactId>geronimo-j2ee-schema</artifactId>-->
+<!-- <version>${geronimo_version}</version>-->
+<!-- </dependency>-->
<dependency>
<groupId>geronimo</groupId>
@@ -305,11 +305,11 @@
<version>${bouncycastle_version}</version>
</dependency>
- <dependency>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- <version>${ant_version}</version>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>ant</groupId>-->
+<!-- <artifactId>ant</artifactId>-->
+<!-- <version>${ant_version}</version>-->
+<!-- </dependency>-->
<dependency>
<groupId>asm</groupId>
@@ -317,47 +317,29 @@
<version>${asm_version}</version>
</dependency>
- <dependency>
- <groupId>xfire</groupId>
- <artifactId>xfire</artifactId>
- <version>${xfire_version}</version>
- </dependency>
-
- <dependency>
- <groupId>xfire</groupId>
- <artifactId>xfire-java</artifactId>
- <version>${xfire_version}</version>
- </dependency>
-
- <dependency>
- <groupId>wsdl4j</groupId>
- <artifactId>wsdl4j</artifactId>
- <version>${wsdl4j_version}</version>
- </dependency>
-
- <dependency>
- <groupId>stax</groupId>
- <artifactId>stax</artifactId>
- <version>${stax_version}</version>
- </dependency>
-
- <dependency>
- <groupId>stax</groupId>
- <artifactId>stax-api</artifactId>
- <version>${stax_api_version}</version>
- </dependency>
-
+<!-- <dependency>-->
+<!-- <groupId>stax</groupId>-->
+<!-- <artifactId>stax</artifactId>-->
+<!-- <version>${stax_version}</version>-->
+<!-- </dependency>-->
+<!---->
+<!-- <dependency>-->
+<!-- <groupId>stax</groupId>-->
+<!-- <artifactId>stax-api</artifactId>-->
+<!-- <version>${stax_api_version}</version>-->
+<!-- </dependency>-->
+<!---->
<dependency>
<groupId>axis</groupId>
<artifactId>axis</artifactId>
<version>${axis_version}</version>
</dependency>
- <dependency>
- <groupId>commons-discovery</groupId>
- <artifactId>commons-discovery</artifactId>
- <version>${commons_discovery_version}</version>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>commons-discovery</groupId>-->
+<!-- <artifactId>commons-discovery</artifactId>-->
+<!-- <version>${commons_discovery_version}</version>-->
+<!-- </dependency>-->
<!-- needed for unit tests-->
<dependency>