conflict with core android library
Ashish Gupta
aguptamobile at gmail.com
Wed Apr 24 04:39:15 EDT 2013
If I add the opensaml to pom.xml for my Android app then it results in this
error.
Ill-advised or mistaken usage of a core class (java.* or javax.*)
I know that potential reason for this error is some conflict with the
core-library. One conflict is the xcerces so I added an exception for that
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<version>2.5.3</version>
<exclusions>
<exclusion>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
</exclusions>
</dependency>
But still the same error is coming. Any suggestion?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/dev/attachments/20130424/e006c0f7/attachment.html
More information about the dev
mailing list