diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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> |