You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by si...@apache.org on 2010/07/11 15:40:52 UTC

svn commit: r963071 - /incubator/amber/trunk/signature-api/pom.xml

Author: simonetripodi
Date: Sun Jul 11 13:40:52 2010
New Revision: 963071

URL: http://svn.apache.org/viewvc?rev=963071&view=rev
Log:
removed useless beanutils dependencies

Modified:
    incubator/amber/trunk/signature-api/pom.xml

Modified: incubator/amber/trunk/signature-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/signature-api/pom.xml?rev=963071&r1=963070&r2=963071&view=diff
==============================================================================
--- incubator/amber/trunk/signature-api/pom.xml (original)
+++ incubator/amber/trunk/signature-api/pom.xml Sun Jul 11 13:40:52 2010
@@ -39,13 +39,6 @@
         </dependency>
 
         <dependency>
-            <groupId>commons-beanutils</groupId>
-            <artifactId>commons-beanutils-core</artifactId>
-            <version>1.8.2</version>
-            <scope>compile</scope>
-        </dependency>
-
-        <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
             <version>1.4</version>