Ver código fonte

Updating dependency versions to match spring RC1 ones

Luke Taylor 16 anos atrás
pai
commit
7fd03409fc
2 arquivos alterados com 8 adições e 3 exclusões
  1. 4 0
      itest/web/pom.xml
  2. 4 3
      pom.xml

+ 4 - 0
itest/web/pom.xml

@@ -24,6 +24,10 @@
             <version>1.2</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-webmvc</artifactId>

+ 4 - 3
pom.xml

@@ -690,12 +690,13 @@
                 <artifactId>cglib-nodep</artifactId>
                 <scope>test</scope>
                 <optional>true</optional>
-                <version>2.1_3</version>
+                <version>2.2</version>
             </dependency>
             <dependency>
                 <groupId>net.sf.ehcache</groupId>
                 <artifactId>ehcache</artifactId>
-                <version>1.4.1</version>
+                <version>1.6.2</version>
+                <optional>true</optional>                
             </dependency>
             <dependency>
                 <groupId>commons-collections</groupId>
@@ -727,7 +728,7 @@
             <dependency>
                 <groupId>javax.servlet</groupId>
                 <artifactId>servlet-api</artifactId>
-                <version>2.4</version>
+                <version>2.5</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>