Author: jochen
Date: Tue Oct 10 01:10:34 2006
New Revision: 454657

URL: http://svn.apache.org/viewvc?view=rev&rev=454657
Log:
Upgrade to ws-commons-util 1.0.2-SNAPSHOT, in order to use the fixed 
CharSetXmlWriter.

Modified:
    webservices/xmlrpc/branches/XMLRPC_3_0_BRANCH/pom.xml
    webservices/xmlrpc/trunk/pom.xml

Modified: webservices/xmlrpc/branches/XMLRPC_3_0_BRANCH/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/xmlrpc/branches/XMLRPC_3_0_BRANCH/pom.xml?view=diff&rev=454657&r1=454656&r2=454657
==============================================================================
--- webservices/xmlrpc/branches/XMLRPC_3_0_BRANCH/pom.xml (original)
+++ webservices/xmlrpc/branches/XMLRPC_3_0_BRANCH/pom.xml Tue Oct 10 01:10:34 
2006
@@ -232,7 +232,7 @@
                 <artifactId>commons-httpclient</artifactId>
                 <version>3.0.1</version>
                 <type>jar</type>
-                <scope>provided</scope>
+                <scope>optional</scope>
             </dependency>
             <dependency>
                 <groupId>commons-logging</groupId>
@@ -243,7 +243,7 @@
                 <groupId>javax.servlet</groupId>
                 <artifactId>servlet-api</artifactId>
                 <version>2.4</version>
-                <scope>provided</scope>
+                <scope>optional</scope>
             </dependency>
             <dependency>
                 <groupId>junit</groupId>
@@ -254,13 +254,13 @@
             <dependency>
                 <groupId>org.apache.ws.commons</groupId>
                 <artifactId>ws-commons-util</artifactId>
-                <version>1.0.1</version>
+                <version>1.0.2-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>jaxme</groupId>
                 <artifactId>jaxmeapi</artifactId>
                 <version>0.5.1</version>
-                <scope>provided</scope>
+                <scope>optional</scope>
             </dependency>
         </dependencies>
     </dependencyManagement>

Modified: webservices/xmlrpc/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/pom.xml?view=diff&rev=454657&r1=454656&r2=454657
==============================================================================
--- webservices/xmlrpc/trunk/pom.xml (original)
+++ webservices/xmlrpc/trunk/pom.xml Tue Oct 10 01:10:34 2006
@@ -236,7 +236,7 @@
                 <artifactId>commons-httpclient</artifactId>
                 <version>3.0.1</version>
                 <type>jar</type>
-                <scope>provided</scope>
+                <scope>optional</scope>
             </dependency>
             <dependency>
                 <groupId>commons-logging</groupId>
@@ -253,7 +253,7 @@
                 <groupId>javax.servlet</groupId>
                 <artifactId>servlet-api</artifactId>
                 <version>2.4</version>
-                <scope>provided</scope>
+                <scope>optional</scope>
             </dependency>
             <dependency>
                 <groupId>junit</groupId>
@@ -264,13 +264,13 @@
             <dependency>
                 <groupId>org.apache.ws.commons</groupId>
                 <artifactId>ws-commons-util</artifactId>
-                <version>1.0.1</version>
+                <version>1.0.2-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>jaxme</groupId>
                 <artifactId>jaxmeapi</artifactId>
                 <version>0.5.1</version>
-                <scope>provided</scope>
+                <scope>optional</scope>
             </dependency>
         </dependencies>
     </dependencyManagement>


Reply via email to