You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2013/07/09 12:17:04 UTC

svn commit: r1501183 - /tomcat/maven-plugin/trunk/pom.xml

Author: olamy
Date: Tue Jul  9 10:17:04 2013
New Revision: 1501183

URL: http://svn.apache.org/r1501183
Log:
[MTOMCAT-231] tomcat6:run fail with jdk1.5 because commons-io-2.4 requires jdk1.6

Modified:
    tomcat/maven-plugin/trunk/pom.xml

Modified: tomcat/maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1501183&r1=1501182&r2=1501183&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Tue Jul  9 10:17:04 2013
@@ -540,7 +540,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.4</version>
+        <version>2.2</version>
       </dependency>
       <dependency>
         <groupId>commons-lang</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org