Author: tv
Date: Wed Aug 31 14:33:22 2011
New Revision: 1163645
URL: http://svn.apache.org/viewvc?rev=1163645&view=rev
Log:
Some dependency cleanup
- Added commons-pool. It was missing
- Updated commons-collections to 3.2.1 (less exclusions)
- Updated commons-logging to 1.1.1 (less exclusions)
- Updated commons-configuration to 1.6 (less exclusions)
- Updated avalon-framework-api to 4.3.1
- Updated fulcrum-testcontainer to 1.0.6
- Updated fulcrum-yaafi to 1.0.6
- Removed avalon-logkit
- Removed avalon-framework-impl
- Removed xerces
- Removed xalan
- Removed xml-apis
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=1163645&r1=1163644&r2=1163645&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-runtime/pom.xml (original)
+++ db/torque/torque4/trunk/torque-runtime/pom.xml Wed Aug 31 14:33:22 2011
@@ -36,43 +36,21 @@
<dependencies>
<dependency>
- <groupId>avalon-framework</groupId>
- <artifactId>avalon-framework-api</artifactId>
- <version>4.3</version>
- </dependency>
-
- <dependency>
- <groupId>avalon-logkit</groupId>
- <artifactId>avalon-logkit</artifactId>
- <version>2.1</version>
- </dependency>
-
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils-core</artifactId>
- <version>1.7.0</version>
- </dependency>
-
- <dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
- <version>3.2</version>
- <exclusions>
- <exclusion>
- <groupId>xerces</groupId>
- <artifactId>xerces</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- </exclusion>
- </exclusions>
+ <version>3.2.1</version>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
- <version>1.4</version>
+ <version>1.6</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>commons-beanutils</artifactId>
+ <groupId>commons-beanutils</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -90,31 +68,19 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.1</version>
- <exclusions>
- <exclusion>
- <groupId>avalon-framework</groupId>
- <artifactId>avalon-framework</artifactId>
- </exclusion>
- </exclusions>
+ <version>1.1.1</version>
</dependency>
<dependency>
- <groupId>org.apache.jcs</groupId>
- <artifactId>jcs</artifactId>
- <version>1.3</version>
- </dependency>
-
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.6.2</version>
+ <groupId>commons-pool</groupId>
+ <artifactId>commons-pool</artifactId>
+ <version>1.5.6</version>
</dependency>
<dependency>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- <version>2.0.2</version>
+ <groupId>org.apache.jcs</groupId>
+ <artifactId>jcs</artifactId>
+ <version>1.3</version>
</dependency>
<dependency>
@@ -125,36 +91,24 @@
</dependency>
<dependency>
- <groupId>avalon-framework</groupId>
- <artifactId>avalon-framework-impl</artifactId>
- <version>4.3</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- <version>2.7.0</version>
+ <groupId>org.apache.avalon.framework</groupId>
+ <artifactId>avalon-framework-api</artifactId>
+ <version>4.3.1</version>
+ <type>jar</type>
</dependency>
<dependency>
- <groupId>fulcrum</groupId>
+ <groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-testcontainer</artifactId>
- <version>1.0.5</version>
+ <version>1.0.6</version>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>fulcrum</groupId>
+ <groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-yaafi</artifactId>
- <version>1.0.5</version>
+ <version>1.0.6</version>
<scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>jamon</groupId>
- <artifactId>jamon</artifactId>
- </exclusion>
- </exclusions>
</dependency>
</dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]