Author: kstam
Date: Fri Jan 21 19:01:27 2011
New Revision: 1061969

URL: http://svn.apache.org/viewvc?rev=1061969&view=rev
Log:
the servlet-api is provided by the servlet container.

Modified:
    juddi/trunk/juddi-client/pom.xml

Modified: juddi/trunk/juddi-client/pom.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-client/pom.xml?rev=1061969&r1=1061968&r2=1061969&view=diff
==============================================================================
--- juddi/trunk/juddi-client/pom.xml (original)
+++ juddi/trunk/juddi-client/pom.xml Fri Jan 21 19:01:27 2011
@@ -40,6 +40,8 @@
                <groupId>javax.servlet</groupId>
                <artifactId>servlet-api</artifactId>
                <version>2.5</version>
+               <scope>provided</scope>
         </dependency>
+        
   </dependencies> 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to