Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
70372f24
Commit
70372f24
authored
Jul 26, 2019
by
Piotr Gawron
Browse files
sbgn requires additional dependencies in jdk 11
parent
82eaf0ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
converter-SBGNML/pom.xml
View file @
70372f24
...
...
@@ -60,6 +60,24 @@
<version>
${xercesImp.version}
</version>
</dependency>
<!-- Java xml serialization -->
<dependency>
<groupId>
javax.xml.bind
</groupId>
<artifactId>
jaxb-api
</artifactId>
<version>
${jaxb.version}
</version>
</dependency>
<dependency>
<groupId>
org.glassfish.jaxb
</groupId>
<artifactId>
jaxb-runtime
</artifactId>
<version>
${jaxb.version}
</version>
</dependency>
<dependency>
<groupId>
javax.activation
</groupId>
<artifactId>
activation
</artifactId>
<version>
${activation-version}
</version>
</dependency>
<dependency>
<groupId>
org.sbgn
</groupId>
<artifactId>
libsbgn
</artifactId>
...
...
pom.xml
View file @
70372f24
...
...
@@ -25,13 +25,14 @@
<jaxws-api.version>
2.3.0
</jaxws-api.version>
<jaxb.version>
2.3.0
</jaxb.version>
<txw2.version>
2.3.0
</txw2.version>
<activation-version>
1.1
</activation-version>
<apache.httpcomponents.version>
4.5.8
</apache.httpcomponents.version>
<apache.httpcomponents-core.version>
4.4.11
</apache.httpcomponents-core.version>
<!-- version 4.x has conflict on dependencies with jsbml 1.4 -->
<apache.poi.version>
3.16
</apache.poi.version>
<commons-codec.version>
1.11
</commons-codec.version>
<mockito.version>
2.27.0
</mockito.version>
<springframework.version>
5.0.9.RELEASE
</springframework.version>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment