You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/01/08 22:59:55 UTC

svn commit: r1556650 - /archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-services/pom.xml

Author: olamy
Date: Wed Jan  8 21:59:55 2014
New Revision: 1556650

URL: http://svn.apache.org/r1556650
Log:
tomcat 7.0.50 tests will run faster

Modified:
    archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-services/pom.xml

Modified: archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-services/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-services/pom.xml?rev=1556650&r1=1556649&r2=1556650&view=diff
==============================================================================
--- archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-services/pom.xml (original)
+++ archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-services/pom.xml Wed Jan  8 21:59:55 2014
@@ -32,7 +32,7 @@
   <name>Redback :: Integration :: REST :: Services</name>
 
   <properties>
-    <tomcatVersion>7.0.47</tomcatVersion>
+    <tomcatVersion>7.0.50</tomcatVersion>
   </properties>
 
   <dependencies>
@@ -72,16 +72,6 @@
       <groupId>org.apache.archiva.redback</groupId>
       <artifactId>redback-keys-memory</artifactId>
     </dependency>
-    <!--
-    <dependency>
-      <groupId>org.codehaus.jackson</groupId>
-      <artifactId>jackson-jaxrs</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.jackson</groupId>
-      <artifactId>jackson-xc</artifactId>
-    </dependency>
-    -->
     <dependency>
       <groupId>com.fasterxml.jackson.jaxrs</groupId>
       <artifactId>jackson-jaxrs-json-provider</artifactId>
@@ -166,6 +156,12 @@
       <version>${tomcatVersion}</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-jsp-api</artifactId>
+      <version>${tomcatVersion}</version>
+      <scope>provided</scope>
+    </dependency>
 
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>