Author: jochen Date: Sat Jan 7 18:27:54 2006 New Revision: 366973 URL: http://svn.apache.org/viewcvs?rev=366973&view=rev Log: Now using the ws-commons-util snapshot from cvs.apache.org.
Modified: webservices/xmlrpc/branches/b20050512_streaming/pom.xml Modified: webservices/xmlrpc/branches/b20050512_streaming/pom.xml URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/branches/b20050512_streaming/pom.xml?rev=366973&r1=366972&r2=366973&view=diff ============================================================================== --- webservices/xmlrpc/branches/b20050512_streaming/pom.xml (original) +++ webservices/xmlrpc/branches/b20050512_streaming/pom.xml Sat Jan 7 18:27:54 2006 @@ -176,14 +176,9 @@ <version>3.8.1</version> </dependency> <dependency> - <groupId>ws-commons-util</groupId> + <groupId>org.apache.ws.commons</groupId> <artifactId>ws-commons-util</artifactId> - <version>1.0</version> - </dependency> - <dependency> - <groupId>ws-commons-java5</groupId> - <artifactId>ws-commons-java5</artifactId> - <version>1.0</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>jaxme</groupId> @@ -221,4 +216,11 @@ <url>scp://people.apache.org/home/jochen/public_html/xmlrpc/site</url> </site> </distributionManagement> + <repositories> + <repository> + <id>apache-maven-snapshots</id> + <name>Apache Maven Snapshot Repository</name> + <url>http://cvs.apache.org/maven-snapshot-repository</url> + </repository> + </repositories> </project>