diff options
author | Olivier Lamy <olamy@apache.org> | 2014-01-08 22:20:16 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-01-08 22:20:16 +0000 |
commit | dc6db7b475b11e735d35f55f5e02d2a81d373de6 (patch) | |
tree | 1afaeab54efb31cda9cd42ef76e29d86af226833 /archiva-modules/archiva-web/archiva-rest | |
parent | 9528f9580d9c98c85ed651fea25ca0131c95ee6f (diff) | |
download | archiva-dc6db7b475b11e735d35f55f5e02d2a81d373de6.tar.gz archiva-dc6db7b475b11e735d35f55f5e02d2a81d373de6.zip |
last tomcat version 7.0.50
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1556661 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-rest')
-rw-r--r-- | archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml index c2745ab35..155190c21 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml @@ -387,6 +387,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>tomcat-jsp-api</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <scope>test</scope> |