Author: simonetripodi
Date: Thu Jan 28 14:49:20 2010
New Revision: 904107

URL: http://svn.apache.org/viewvc?rev=904107&view=rev
Log:
added commons-codec dependency, will be used for Base64 and URL encoding

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=904107&r1=904106&r2=904107&view=diff
==============================================================================
--- labs/amber/signature-api/pom.xml (original)
+++ labs/amber/signature-api/pom.xml Thu Jan 28 14:49:20 2010
@@ -31,6 +31,15 @@
     <version>${parent.version}</version>
     <name>Signature API</name>
 
+    <dependencies>
+        <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+            <version>1.4</version>
+            <scope>compile</scope>
+        </dependency>
+    </dependencies>
+
     <reporting>
         <plugins>
             <plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to