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/28 15:49:20 UTC

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

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: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org