You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2011/01/21 20:01:28 UTC

svn commit: r1061969 - /juddi/trunk/juddi-client/pom.xml

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: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org