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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to