Endorsing XALAN & XERCES
Thomas Lionel SMETS (prof)
tsmets at a3-system.eu
Wed Jun 5 03:14:26 EDT 2013
Reading from the site :
https://wiki.shibboleth.net/confluence/display/OpenSAML/OSTwoUsrManJavaInstall
I added the xalan & xerces to my $JRE_HOME/lib/ext
Now I want to adapt my pom.xml to tell it that those libraries are
provided :
So I added exclusions to the opensaml-2.6 dependency :
<exclusion>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
</exclusion>
<exclusion>
<groupId>xalan</groupId>
<artifactId>serializer</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xerces</groupId>
<artifactId>serializer</artifactId>
</exclusion>
but when I add the various dependencies as "provided", it complains on :
<dependency>
<groupId>org.apache.xerces</groupId>
<artifactId>serializer</artifactId>
<version>2.10.0</version>
<scope>provided</scope>
</dependency>
Error message in Eclispe is :
Description Resource Path
Location Type
Missing artifact org.apache.xerces:serializer:jar:2.10.0 pom.xml
/MyProject-core line 88 Maven Dependency Problem
???
Rgds,
\T,
--
Thomas Lionel SMETS, CISSP (385434)
*m :* +32 497 44 68 12
*ph :* +32 2 852 3341
*skype :* thomas.lionel.smets
PGP = FDF0 8FB8 4F37 3F79 1011 05AB 0DCE 9BAB 5DD0 0E10
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130605/1019d602/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tsmets.vcf
Type: text/x-vcard
Size: 319 bytes
Desc: not available
Url : http://shibboleth.net/pipermail/users/attachments/20130605/1019d602/attachment.vcf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 552 bytes
Desc: OpenPGP digital signature
Url : http://shibboleth.net/pipermail/users/attachments/20130605/1019d602/attachment.bin
More information about the users
mailing list