Author: jochen
Date: Mon Jul 24 14:01:08 2006
New Revision: 425185

URL: http://svn.apache.org/viewvc?rev=425185&view=rev
Log:
Adjustes dependency scope.

Modified:
    webservices/xmlrpc/trunk/pom.xml

Modified: webservices/xmlrpc/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/pom.xml?rev=425185&r1=425184&r2=425185&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/pom.xml (original)
+++ webservices/xmlrpc/trunk/pom.xml Mon Jul 24 14:01:08 2006
@@ -216,6 +216,7 @@
             <artifactId>commons-httpclient</artifactId>
             <version>3.0</version>
             <type>jar</type>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>
@@ -226,11 +227,13 @@
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
             <version>2.4</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>3.8.1</version>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons</groupId>
@@ -241,6 +244,7 @@
             <groupId>jaxme</groupId>
             <artifactId>jaxmeapi</artifactId>
             <version>0.5.1</version>
+            <scope>provided</scope>
         </dependency>
     </dependencies>
     <reporting>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to