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 -->
Show replies by date