summaryrefslogtreecommitdiffstats
path: root/redback-integrations
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-06-15 21:09:03 +0000
committerOlivier Lamy <olamy@apache.org>2012-06-15 21:09:03 +0000
commit26df5b0794bf8ba41dddddae93785fc0bfe59e4b (patch)
tree8e258d8ff7c805a86173c3ecb5418656a7ad258b /redback-integrations
parentb758ce9c9e3ce7ac71d3db2df97e1e276aeb66be (diff)
downloadarchiva-26df5b0794bf8ba41dddddae93785fc0bfe59e4b.tar.gz
archiva-26df5b0794bf8ba41dddddae93785fc0bfe59e4b.zip
servlet api must be provided
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1350798 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'redback-integrations')
-rw-r--r--redback-integrations/redback-rest/redback-rest-services/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/redback-integrations/redback-rest/redback-rest-services/pom.xml b/redback-integrations/redback-rest/redback-rest-services/pom.xml
index 00b012223..79976682b 100644
--- a/redback-integrations/redback-rest/redback-rest-services/pom.xml
+++ b/redback-integrations/redback-rest/redback-rest-services/pom.xml
@@ -152,7 +152,7 @@
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-servlet-api</artifactId>
<version>${tomcatVersion}</version>
- <scope>test</scope>
+ <scope>provided</scope>
</dependency>
<dependency>