Author: nbelaevski
Date: 2009-07-24 15:42:30 -0400 (Fri, 24 Jul 2009)
New Revision: 15013
Modified:
root/framework/trunk/api/pom.xml
root/framework/trunk/impl/pom.xml
root/framework/trunk/version-matrix/pom.xml
Log:
Remove Apache common-collections dependencies. Use google-collections instead or create
own project-specific classes -
https://jira.jboss.org/jira/browse/RF-7556
Remove Jakarta Digester dependencies -
https://jira.jboss.org/jira/browse/RF-7557
Modified: root/framework/trunk/api/pom.xml
===================================================================
--- root/framework/trunk/api/pom.xml 2009-07-24 19:41:59 UTC (rev 15012)
+++ root/framework/trunk/api/pom.xml 2009-07-24 19:42:30 UTC (rev 15013)
@@ -17,10 +17,6 @@
<dependencies>
<dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </dependency>
- <dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</dependency>
Modified: root/framework/trunk/impl/pom.xml
===================================================================
--- root/framework/trunk/impl/pom.xml 2009-07-24 19:41:59 UTC (rev 15012)
+++ root/framework/trunk/impl/pom.xml 2009-07-24 19:42:30 UTC (rev 15013)
@@ -136,10 +136,6 @@
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
- <groupId>commons-digester</groupId>
- <artifactId>commons-digester</artifactId>
- </dependency>
- <dependency>
<groupId>opensymphony</groupId>
<artifactId>oscache</artifactId>
<optional>true</optional>
Modified: root/framework/trunk/version-matrix/pom.xml
===================================================================
--- root/framework/trunk/version-matrix/pom.xml 2009-07-24 19:41:59 UTC (rev 15012)
+++ root/framework/trunk/version-matrix/pom.xml 2009-07-24 19:42:30 UTC (rev 15013)
@@ -227,11 +227,6 @@
<!-- TODO: remove commons dependencies -->
<dependency>
- <groupId>commons-digester</groupId>
- <artifactId>commons-digester</artifactId>
- <version>1.8.1</version>
- </dependency>
- <dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.1</version>