[
https://issues.apache.org/jira/browse/ABDERA-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064307#comment-13064307
]
Michael Yates commented on ABDERA-263:
--------------------------------------
Newer versions of abdera-parser seem to include these dependencies as jars
within the abdera-parser jar.
This should mean you can use versions of those dependencies in your own code
without any problems.
The (default) classloader shouldn't be able to access the jars within the
abdera-parser jar
jar tvf abdera-parser-1.1.1.jar | grep "jar"
121555 Thu Nov 25 22:30:58 EST 2010 axiom-impl-1.2.10.jar
28804 Fri Aug 20 14:21:38 EST 2010 geronimo-stax-api_1.0_spec-1.0.1.jar
226915 Fri Aug 20 17:13:40 EST 2010 jaxen-1.1.1.jar
520389 Sat Aug 21 07:08:48 EST 2010 wstx-asl-3.2.6.jar
> Abdera parser binary includes org.apache.axiom.soap/om/attachments
> ------------------------------------------------------------------
>
> Key: ABDERA-263
> URL: https://issues.apache.org/jira/browse/ABDERA-263
> Project: Abdera
> Issue Type: Bug
> Affects Versions: 1.1
> Environment: N/A
> Reporter: Abhishek Shadangi
>
> When I include abdera-parser dependency in my pom.xml as below,
> <dependency>
> <groupId>org.apache.abdera</groupId>
> <artifactId>abdera-parser</artifactId>
> <version>1.1</version>
> </dependency>
> it fetches a binary that INCLUDES the following Jars inside the binary
> axiom-impl-1.2.5.jar
> geronimo-stax-api_1.0_spec-1.0.1.jar
> jaxen-1.1.1.jar
> wstx-asl-3.2.6.jar
> AND more importantly also INCLUDES the following API packages (v1.2.5).
> org.apache.axiom.soap
> org.apache.axiom.om
> org.apache.axiom.attachments
> Please see http://mvnrepository.com/artifact/org.apache.abdera/abdera-parser
> This is causing class loading conflicts in our project as we depend on the
> later versions on these APIs and JARs.
> Like other Abdera binaries, abdera-parser MUST ONLY include org.apache.abdera
> package.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira