You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tv...@apache.org on 2018/08/27 08:55:12 UTC

svn commit: r1839282 - /db/torque/torque4/trunk/pom.xml

Author: tv
Date: Mon Aug 27 08:55:12 2018
New Revision: 1839282

URL: http://svn.apache.org/viewvc?rev=1839282&view=rev
Log:
Remove dependency on commons-collections
Derive from Apache parent 21

Modified:
    db/torque/torque4/trunk/pom.xml

Modified: db/torque/torque4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/pom.xml?rev=1839282&r1=1839281&r2=1839282&view=diff
==============================================================================
--- db/torque/torque4/trunk/pom.xml (original)
+++ db/torque/torque4/trunk/pom.xml Mon Aug 27 08:55:12 2018
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>18</version>
+    <version>21</version>
   </parent>
   
   <groupId>org.apache.torque</groupId>
@@ -361,12 +361,6 @@
       </dependency>
   
       <dependency>
-        <groupId>commons-collections</groupId>
-        <artifactId>commons-collections</artifactId>
-        <version>3.2.2</version>
-      </dependency>
-      
-      <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
         <version>1.4</version>



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