conflict with Android core library

Ashish Gupta aguptamobile at gmail.com
Wed Apr 24 04:12:58 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/users/attachments/20130424/cd43f4b7/attachment.html 


More information about the users mailing list