sbgn / libsbgn

Libraries for the Systems Biology Graphical Notation (SBGN); Java and C++
Other
15 stars 8 forks source link

Conflicting library version in maven dependency. #57

Open piotr-gawron opened 4 years ago

piotr-gawron commented 4 years ago

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: