<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Balz<br>
      <br>
      Actually you should just make sure, that your resources do not
      explicitely reference Xalan, because<br>
      <br>
      YANEL_SRC/src/build/pom-core.xml<br>
      <br>
      already references Xalan and hence your resources will be able to
      access it when referencing<br>
      <br>
      <dependency groupId="wyona-org-yanel" artifactId="yanel-core"
      version="${yanel.source.version}"/><br>
      <br>
      inside your resource, e.g.<br>
      <br>
      YANEL_SRC/src/resources/forgotpw/src/build/dependencies.xml<br>
      <br>
      About the xerces dependency, I have removed it now from<br>
      <br>
      YANEL_SRC/src/build/dependencies.xml<br>
      <br>
      and this seems to work fine, but instead Xerces 2.9.0, the
      following lib is being loaded.<br>
      <br>
local/apache-tomcat-7.0.25/webapps/yanel/WEB-INF/lib/xercesImpl-2.8.1.jar<br>
      (and
local/apache-tomcat-7.0.25/webapps/yanel/WEB-INF/lib/xml-apis-1.3.04.jar)<br>
      <br>
      All the best<br>
      <br>
      Michael<br>
      <br>
      Am 23.04.14 10:23, schrieb basZero:<br>
    </div>
    <blockquote
cite="mid:CAOXzDSEfBApaQVsa3PxSmLuGmBbOdC9SqXxoKDJvi4wt8YG8Mg@mail.gmail.com"
      type="cite">
      <pre wrap="">Hi,

I noticed that in March 2014 Yanel upgraded to XALAN Version 2.7.1

Besides the dependency declaration in dependencies.xml , what would be
required in order to make a clean upgrade of whole Yanel and all its
resources?

Thanks,
Cheers, Balz

PS regarding dependencies of Xalan itself:
If you look at
<a class="moz-txt-link-freetext" href="https://github.com/wyona/yanel/blob/master/src/build/dependencies.xml">https://github.com/wyona/yanel/blob/master/src/build/dependencies.xml</a>

you see the dependency to 2.7.1.
you also notice the dependency to xercesImpl 2.7.1, but actually the
dependency to Xerces is done implicitly by xalan already. and Xalan 2.7.1
actually would require Xerces 2.9.0, check it out
<a class="moz-txt-link-freetext" href="http://repo1.maven.org/maven2/xalan/xalan/2.7.1/xalan-2.7.1.pom">http://repo1.maven.org/maven2/xalan/xalan/2.7.1/xalan-2.7.1.pom</a>

I only append this info to ask for potential incompatibilities in Yanel?

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>