Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
46dc9d4a
Commit
46dc9d4a
authored
Apr 03, 2020
by
Piotr Gawron
Browse files
jdom upgraded to version 1.1.3
parent
e14bf18f
Changes
1
Hide whitespace changes
Inline
Side-by-side
converter-SBGNML/pom.xml
View file @
46dc9d4a
...
...
@@ -95,7 +95,7 @@
<groupId>
xml-apis
</groupId>
<artifactId>
xml-apis
</artifactId>
</exclusion>
<!-- those two dependencies are causing #1139 when deployed on tomcat8
<!-- those two dependencies are causing #1139 when deployed on tomcat8
pacakge in ubuntu 16 -->
<exclusion>
<groupId>
net.sf.saxon
</groupId>
...
...
@@ -120,9 +120,22 @@
<artifactId>
velocity
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.jdom
</groupId>
<artifactId>
jdom
</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- https://mvnrepository.com/artifact/org.jdom/com.springsource.org.jdom -->
<dependency>
<groupId>
org.jdom
</groupId>
<artifactId>
jdom
</artifactId>
<version>
1.1.3
</version>
</dependency>
<dependency>
<groupId>
xml-apis
</groupId>
<artifactId>
xml-apis
</artifactId>
...
...
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