You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a conflicting library versions in the milestone3.2 jar provided by maven.
The problem is that there is a dependency to version 1.4.01 of xml-apis library. However another dependency xalan uses xml-apis version 1.0.b2. This forces maven to resolve somehow the dependency conflict which might result in runtime errors.
I would suggest to use consistent dependency versions:
one solution would be to use xalan 2.7.2 and xml-apis 1.3.04.
another solution would be to exclude xml-apis from xalan dependency:
I found a conflicting library versions in the milestone3.2 jar provided by maven.
The problem is that there is a dependency to version
1.4.01
ofxml-apis
library. However another dependencyxalan
usesxml-apis
version1.0.b2
. This forces maven to resolve somehow the dependency conflict which might result in runtime errors.I would suggest to use consistent dependency versions:
xalan 2.7.2
andxml-apis 1.3.04
.xml-apis
fromxalan
dependency:The text was updated successfully, but these errors were encountered: