summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2014-01-08 22:20:16 +0000
committerOlivier Lamy <olamy@apache.org>2014-01-08 22:20:16 +0000
commitdc6db7b475b11e735d35f55f5e02d2a81d373de6 (patch)
tree1afaeab54efb31cda9cd42ef76e29d86af226833 /pom.xml
parent9528f9580d9c98c85ed651fea25ca0131c95ee6f (diff)
downloadarchiva-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 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e21a96009..7033e366f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
<plexus-expression-evaluator.version>2.0</plexus-expression-evaluator.version>
<plexus-utils.version>3.0.15</plexus-utils.version>
<asfTomcatMavenPluginVersion>2.2</asfTomcatMavenPluginVersion>
- <tomcat7Version>7.0.47</tomcat7Version>
+ <tomcat7Version>7.0.50</tomcat7Version>
<release.preparationGoals>clean install</release.preparationGoals>
</properties>
@@ -134,6 +134,18 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>tomcat-servlet-api</artifactId>
+ <version>${tomcat7Version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>tomcat-jsp-api</artifactId>
+ <version>${tomcat7Version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-logging-juli</artifactId>
<version>${tomcat7Version}</version>