dblevins 2005/02/02 19:07:57 Modified: modules/core 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.41 +10 -10 openejb/modules/core/project.xml Index: project.xml =================================================================== RCS file: /home/projects/openejb/scm/openejb/modules/core/project.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- project.xml 24 Jan 2005 19:57:12 -0000 1.40 +++ project.xml 3 Feb 2005 00:07:57 -0000 1.41 @@ -238,6 +238,15 @@ </dependency> <dependency> + <groupId>geronimo</groupId> + <artifactId>geronimo-webservices</artifactId> + <version>${geronimo_version}</version> + <properties> + <xmlbeans>true</xmlbeans> + </properties> + </dependency> + + <dependency> <groupId>tranql</groupId> <artifactId>tranql</artifactId> <version>${tranql_version}</version> @@ -481,15 +490,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>
