You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-auto@ws.apache.org by jo...@apache.org on 2007/01/30 22:28:01 UTC

svn commit: r501569 - /webservices/xmlrpc/branches/XMLRPC_3_0_BRANCH/pom.xml

Author: jochen
Date: Tue Jan 30 13:28:00 2007
New Revision: 501569

URL: http://svn.apache.org/viewvc?view=rev&rev=501569
Log:
For whatever reason, scope=optional doesn't work as expected.

Modified:
    webservices/xmlrpc/branches/XMLRPC_3_0_BRANCH/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=501569&r1=501568&r2=501569
==============================================================================
--- webservices/xmlrpc/branches/XMLRPC_3_0_BRANCH/pom.xml (original)
+++ webservices/xmlrpc/branches/XMLRPC_3_0_BRANCH/pom.xml Tue Jan 30 13:28:00 2007
@@ -240,7 +240,7 @@
                 <artifactId>commons-httpclient</artifactId>
                 <version>3.0.1</version>
                 <type>jar</type>
-                <scope>optional</scope>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>commons-logging</groupId>
@@ -251,7 +251,7 @@
                 <groupId>javax.servlet</groupId>
                 <artifactId>servlet-api</artifactId>
                 <version>2.4</version>
-                <scope>optional</scope>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>junit</groupId>
@@ -268,7 +268,7 @@
                 <groupId>jaxme</groupId>
                 <artifactId>jaxmeapi</artifactId>
                 <version>0.5.1</version>
-                <scope>optional</scope>
+                <scope>provided</scope>
             </dependency>
         </dependencies>
     </dependencyManagement>