You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by cr...@apache.org on 2006/09/13 08:34:21 UTC

svn commit: r442866 - in /shale/framework/trunk: pom.xml shale-apps/pom.xml

Author: craigmcc
Date: Tue Sep 12 23:34:21 2006
New Revision: 442866

URL: http://svn.apache.org/viewvc?view=rev&rev=442866
Log:
Now that we have no more direct dependencies on Commons BeanUtils,
banish all POM references to this library.  We may inherit such a
dependency transitively, but it will not affect the functionality of
Shale itself.

SHALE-280

Modified:
    shale/framework/trunk/pom.xml
    shale/framework/trunk/shale-apps/pom.xml

Modified: shale/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/pom.xml?view=diff&rev=442866&r1=442865&r2=442866
==============================================================================
--- shale/framework/trunk/pom.xml (original)
+++ shale/framework/trunk/pom.xml Tue Sep 12 23:34:21 2006
@@ -304,7 +304,6 @@
                         <link>http://java.sun.com/j2se/1.4.2/docs/api</link>
                         <link>http://java.sun.com/j2ee/sdk_1.2.1/techdocs/api</link>
                         <link>http://jakarta.apache.org/commons/chain/apidocs</link>
-                        <link>http://jakarta.apache.org/commons/beanutils/commons-beanutils-1.7.0/docs/api</link>
                         <link>http://jakarta.apache.org/commons/digester/commons-digester-1.7/docs/api</link>
                         <link>http://jakarta.apache.org/commons/logging/commons-logging-1.1/apidocs</link>
                         <link>http://jakarta.apache.org/commons/validator/api-release/</link>
@@ -411,12 +410,6 @@
                 <groupId>antlr</groupId>
                 <artifactId>antlr</artifactId>
                 <version>2.7.2</version>
-            </dependency>
-
-            <dependency>
-                <groupId>commons-beanutils</groupId>
-                <artifactId>commons-beanutils</artifactId>
-                <version>1.7.0</version>
             </dependency>
 
             <dependency>

Modified: shale/framework/trunk/shale-apps/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/pom.xml?view=diff&rev=442866&r1=442865&r2=442866
==============================================================================
--- shale/framework/trunk/shale-apps/pom.xml (original)
+++ shale/framework/trunk/shale-apps/pom.xml Tue Sep 12 23:34:21 2006
@@ -59,12 +59,6 @@
         <dependencies>
 
             <dependency>
-                <groupId>commons-beanutils</groupId>
-                <artifactId>commons-beanutils</artifactId>
-                <version>1.7.0</version>
-            </dependency>
-
-            <dependency>
                 <groupId>commons-chain</groupId>
                 <artifactId>commons-chain</artifactId>
                 <version>1.1</version>