David Boden created XSTR-689:
--------------------------------
Summary: xstream defines 1.4.2 defines dependencies on xmlpull and
xpp3_min which contain duplicate classes under org.xmlpull.v1 package
Key: XSTR-689
URL: https://jira.codehaus.org/browse/XSTR-689
Project: XStream
Issue Type: Improvement
Affects Versions: 1.4.2
Reporter: David Boden
Assignee: Joerg Schaible
Priority: Minor
This maven plugin shows duplicate classes:
http://mojo.codehaus.org/extra-enforcer-rules/banDuplicateClasses.html
It reveals that XStream is depending on 2 artifacts which have duplicate
classes packaged in them. You'll get a different version depending on which jar
happens to be first on your classpath.
Found in:
xmlpull:xmlpull:jar:1.1.3.1:runtime
xpp3:xpp3_min:jar:1.1.4c:runtime
Duplicate classes:
org/xmlpull/v1/XmlPullParserException.class
org/xmlpull/v1/XmlPullParser.class
Is it possible to reconfigure the dependency tree so that this overlap does not
occur?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
<hr/>
<p>
To unsubscribe from this list please visit:
</p>
<p>
<a
href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a>
</p>