You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by jv...@apache.org on 2008/08/13 12:20:37 UTC

svn commit: r685501 - /mina/trunk/pom.xml

Author: jvermillard
Date: Wed Aug 13 03:20:36 2008
New Revision: 685501

URL: http://svn.apache.org/viewvc?rev=685501&view=rev
Log:
remvoed commons codec from list of dependencies

Modified:
    mina/trunk/pom.xml

Modified: mina/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=685501&r1=685500&r2=685501&view=diff
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Wed Aug 13 03:20:36 2008
@@ -153,13 +153,6 @@
         <version>1.0.7</version>
       </dependency>
 
-      <!-- Protocol -->
-      <dependency>
-        <groupId>commons-codec</groupId>
-        <artifactId>commons-codec</artifactId>
-        <version>1.3</version>
-      </dependency>
-
       <!-- Integration -->
       <dependency>
         <groupId>net.gleamynode</groupId>