draeger-lab / ModelPolisher

ModelPolisher accesses the BiGG Models knowledgebase to annotate SBML models.
23 stars 7 forks source link

Adds compatibility with openjdk-11. #45

Closed codekaust closed 5 years ago

codekaust commented 5 years ago

Add the following dependency in build.gradle:

compile 'javax.xml.bind:jaxb-api:2.3.0'
compile 'javax.activation:activation:1.1'
compile 'org.glassfish.jaxb:jaxb-runtime:2.3.0'