Author: jochen
Date: Mon Jun 19 14:13:41 2006
New Revision: 415423
URL: http://svn.apache.org/viewvc?rev=415423&view=rev
Log:
Added an optional dependency from ws-commons-java5.
Modified:
webservices/xmlrpc/trunk/pom.xml
Modified: webservices/xmlrpc/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/pom.xml?rev=415423&r1=415422&r2=415423&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/pom.xml (original)
+++ webservices/xmlrpc/trunk/pom.xml Mon Jun 19 14:13:41 2006
@@ -222,7 +222,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.0.2</version>
+ <version>1.0.4</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
@@ -237,7 +237,7 @@
<dependency>
<groupId>org.apache.ws.commons</groupId>
<artifactId>ws-commons-util</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0.1</version>
</dependency>
<dependency>
<groupId>jaxme</groupId>
@@ -314,4 +314,18 @@
</releases>
</pluginRepository>
</pluginRepositories>
+ <profiles>
+ <profile>
+ <activation>
+ <jdk>1.4</jdk>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.ws.commons</groupId>
+ <artifactId>ws-commons-java5</artifactId>
+ <version>1.0.1</version>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]