dblevins 2005/02/02 19:07:59 Modified: modules/openejb-builder project.xml Log:
Revising the WSContainer to better support rpc/encoded strictly against a lightweight WSDL->Java mapping. Added validation for lightweigth mappings. Added ability to download the WSDL via http://foobar.com/someservice?wsdl Revision Changes Path 1.10 +7 -10 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.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.xml 26 Dec 2004 20:30:03 -0000 1.9 +++ project.xml 3 Feb 2005 00:07:59 -0000 1.10 @@ -219,6 +219,12 @@ </dependency> <dependency> + <groupId>geronimo</groupId> + <artifactId>geronimo-webservices</artifactId> + <version>${geronimo_version}</version> + </dependency> + + <dependency> <groupId>tranql</groupId> <artifactId>tranql</artifactId> <version>${tranql_version}</version> @@ -453,15 +459,6 @@ <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>
