[dna-commits] DNA SVN: r1145 - trunk/extensions/dna-web-jcr-rest.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Wed Aug 5 11:01:53 EDT 2009


Author: bcarothers
Date: 2009-08-05 11:01:53 -0400 (Wed, 05 Aug 2009)
New Revision: 1145

Modified:
   trunk/extensions/dna-web-jcr-rest/pom.xml
Log:
DNA-501 dna-web-jcr-rest should depend on servlet-api using the provided scope instead of compile

Switched scope of servlet-api dependency in pom.xml

Modified: trunk/extensions/dna-web-jcr-rest/pom.xml
===================================================================
--- trunk/extensions/dna-web-jcr-rest/pom.xml	2009-08-05 14:45:38 UTC (rev 1144)
+++ trunk/extensions/dna-web-jcr-rest/pom.xml	2009-08-05 15:01:53 UTC (rev 1145)
@@ -64,7 +64,7 @@
 			<groupId>javax.servlet</groupId>
 			<artifactId>servlet-api</artifactId>
 			<version>2.5</version>
-			<scope>compile</scope>
+			<scope>provided</scope>
 		</dependency>
 
 		<!--  TESTING DEPENDENCIES -->



More information about the dna-commits mailing list