Author: lindner Date: Wed Nov 11 18:07:58 2009 New Revision: 834993 URL: http://svn.apache.org/viewvc?rev=834993&view=rev Log: SHINDIG-1222 | Patch from Brill Pappin | remove dupe dependency for commons-codec
Modified: incubator/shindig/trunk/java/common/pom.xml Modified: incubator/shindig/trunk/java/common/pom.xml URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/common/pom.xml?rev=834993&r1=834992&r2=834993&view=diff ============================================================================== --- incubator/shindig/trunk/java/common/pom.xml (original) +++ incubator/shindig/trunk/java/common/pom.xml Wed Nov 11 18:07:58 2009 @@ -104,10 +104,6 @@ <groupId>commons-lang</groupId> </dependency> <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </dependency> - <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> </dependency>