Duplicate dependency in shindig-common.
---------------------------------------
Key: SHINDIG-1222
URL: https://issues.apache.org/jira/browse/SHINDIG-1222
Project: Shindig
Issue Type: Bug
Components: Build
Affects Versions: 1.1-BETA4
Reporter: Brill Pappin
there is a duplicate dependency in shindig-common for comons-codec that causes
a problem for Maven.
Patch follows:
### Eclipse Workspace Patch 1.0
#P shindig-common
Index: pom.xml
===================================================================
--- pom.xml (revision 834376)
+++ pom.xml (working copy)
@@ -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>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.