Author: tv Date: Tue Jun 23 11:14:15 2015 New Revision: 1687026 URL: http://svn.apache.org/r1687026 Log: Update dependencies
Modified: db/torque/torque4/trunk/torque-runtime/pom.xml Modified: db/torque/torque4/trunk/torque-runtime/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/pom.xml?rev=1687026&r1=1687025&r2=1687026&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-runtime/pom.xml (original) +++ db/torque/torque4/trunk/torque-runtime/pom.xml Tue Jun 23 11:14:15 2015 @@ -47,13 +47,13 @@ <dependency> <groupId>commons-configuration</groupId> <artifactId>commons-configuration</artifactId> - <version>1.6</version> - <exclusions> - <exclusion> - <artifactId>commons-beanutils</artifactId> - <groupId>commons-beanutils</groupId> - </exclusion> - </exclusions> + <version>1.9</version> + </dependency> + + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.8.3</version> </dependency> <dependency> @@ -75,12 +75,6 @@ </dependency> <dependency> - <groupId>commons-pool</groupId> - <artifactId>commons-pool</artifactId> - <version>1.5.6</version> - </dependency> - - <dependency> <groupId>org.apache.jcs</groupId> <artifactId>jcs</artifactId> <version>1.3</version> @@ -98,6 +92,7 @@ <artifactId>avalon-framework-api</artifactId> <version>4.3.1</version> <type>jar</type> + <optional>true</optional> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org For additional commands, e-mail: torque-dev-h...@db.apache.org