You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2014/02/27 05:40:52 UTC

svn commit: r1572432 - /incubator/sirona/trunk/server/store/cassandra/pom.xml

Author: olamy
Date: Thu Feb 27 04:40:52 2014
New Revision: 1572432

URL: http://svn.apache.org/r1572432
Log:
use a more up2date commons-codec version

Modified:
    incubator/sirona/trunk/server/store/cassandra/pom.xml

Modified: incubator/sirona/trunk/server/store/cassandra/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/server/store/cassandra/pom.xml?rev=1572432&r1=1572431&r2=1572432&view=diff
==============================================================================
--- incubator/sirona/trunk/server/store/cassandra/pom.xml (original)
+++ incubator/sirona/trunk/server/store/cassandra/pom.xml Thu Feb 27 04:40:52 2014
@@ -54,6 +54,12 @@
     </dependency>
 
     <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.9</version>
+    </dependency>
+
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
     </dependency>