<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#003300">
Reading from the site :
<a class="moz-txt-link-freetext" href="https://wiki.shibboleth.net/confluence/display/OpenSAML/OSTwoUsrManJavaInstall">https://wiki.shibboleth.net/confluence/display/OpenSAML/OSTwoUsrManJavaInstall</a><br>
<br>
I added the xalan & xerces to my $JRE_HOME/lib/ext<br>
<br>
Now I want to adapt my pom.xml to tell it that those libraries are
provided :<br>
So I added exclusions to the opensaml-2.6 dependency :<br>
<exclusion><br>
<groupId>xalan</groupId><br>
<artifactId>xalan</artifactId><br>
</exclusion><br>
<exclusion><br>
<groupId>xalan</groupId><br>
<artifactId>serializer</artifactId><br>
</exclusion><br>
<exclusion><br>
<groupId>org.apache.xerces</groupId><br>
<artifactId>serializer</artifactId><br>
</exclusion><br>
<br>
<br>
<br>
but when I add the various dependencies as "provided", it complains
on :<br>
<br>
<dependency><br>
<groupId>org.apache.xerces</groupId><br>
<artifactId>serializer</artifactId><br>
<version>2.10.0</version><br>
<scope>provided</scope><br>
</dependency><br>
<br>
<br>
Error message in Eclispe is : <br>
<tt>Description Resource
Path Location Type</tt><tt><br>
</tt><tt>Missing artifact org.apache.xerces:serializer:jar:2.10.0
pom.xml /MyProject-core line 88 Maven Dependency Problem</tt><br>
<br>
<br>
???<br>
<br>
<br>
Rgds,<br>
<br>
\T,<br>
<br>
<br>
<br>
<div class="moz-signature">-- <br>
Thomas Lionel SMETS, CISSP (385434)<br>
<b>m :</b> +32 497 44 68 12<br>
<b>ph :</b> +32 2 852 3341<br>
<b>skype :</b> thomas.lionel.smets<br>
<br>
PGP = FDF0 8FB8 4F37 3F79 1011 05AB 0DCE 9BAB 5DD0 0E10
</div>
</body>
</html>