You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by si...@apache.org on 2010/01/30 18:13:33 UTC

svn commit: r904815 - /labs/amber/signature-api/pom.xml

Author: simonetripodi
Date: Sat Jan 30 17:13:32 2010
New Revision: 904815

URL: http://svn.apache.org/viewvc?rev=904815&view=rev
Log:
added beanutils-core dependency

Modified:
    labs/amber/signature-api/pom.xml

Modified: labs/amber/signature-api/pom.xml
URL: http://svn.apache.org/viewvc/labs/amber/signature-api/pom.xml?rev=904815&r1=904814&r2=904815&view=diff
==============================================================================
--- labs/amber/signature-api/pom.xml (original)
+++ labs/amber/signature-api/pom.xml Sat Jan 30 17:13:32 2010
@@ -33,6 +33,13 @@
 
     <dependencies>
         <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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org