dblevins 2004/12/22 00:42:39
Modified: modules/openejb-builder project.xml
Log:
Basic soap rpc/encoded deployment and container support along with a general
revamping of the networkservice stacks.
Revision Changes Path
1.7 +63 -1 openejb/modules/openejb-builder/project.xml
Index: project.xml
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/openejb-builder/project.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- project.xml 16 Dec 2004 21:43:46 -0000 1.6
+++ project.xml 22 Dec 2004 05:42:39 -0000 1.7
@@ -430,6 +430,68 @@
</properties>
</dependency>
+ <dependency>
+ <groupId>xfire</groupId>
+ <artifactId>xfire</artifactId>
+ <version>${xfire_version}</version>
+ <properties>
+ <runtime>true</runtime>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>xfire</groupId>
+ <artifactId>xfire-java</artifactId>
+ <version>${xfire_version}</version>
+ <properties>
+ <runtime>true</runtime>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>xfire</groupId>
+ <artifactId>xfire-jaxrpc</artifactId>
+ <version>${xfire_version}</version>
+ <properties>
+ <runtime>true</runtime>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ <version>${wsdl4j_version}</version>
+ <properties>
+ <runtime>true</runtime>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j-qname</artifactId>
+ <version>${wsdl4j_version}</version>
+ <properties>
+ <runtime>true</runtime>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>stax</groupId>
+ <artifactId>stax</artifactId>
+ <version>1.1.1-dev</version>
+ <properties>
+ <runtime>true</runtime>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ <version>1.0</version>
+ <properties>
+ <runtime>true</runtime>
+ </properties>
+ </dependency>
</dependencies>
<!-- =================== -->