Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
8de7767b
Commit
8de7767b
authored
Oct 15, 2018
by
Piotr Gawron
Browse files
batik upgraded
parent
c969dc52
Changes
2
Show whitespace changes
Inline
Side-by-side
converter-graphics/pom.xml
View file @
8de7767b
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
lcsb.mapviewer
</groupId>
...
...
@@ -54,6 +56,14 @@
<artifactId>
xml-apis
</artifactId>
<groupId>
xml-apis
</groupId>
</exclusion>
<exclusion>
<groupId>
commons-io
</groupId>
<artifactId>
commons-io
</artifactId>
</exclusion>
<exclusion>
<groupId>
commons-logging
</groupId>
<artifactId>
commons-logging
</artifactId>
</exclusion>
</exclusions>
</dependency>
...
...
pom.xml
View file @
8de7767b
...
...
@@ -42,6 +42,8 @@
<commons-cli.version>
1.4
</commons-cli.version>
<batik.version>
1.10
</batik.version>
<xml-apis.version>
1.4.01
</xml-apis.version>
...
...
@@ -50,7 +52,6 @@
<xml-apis.version>
1.4.01
</xml-apis.version>
<primafaces.version>
4.0
</primafaces.version>
<primafaces.themes.version>
1.0.8
</primafaces.themes.version>
...
...
@@ -75,7 +76,6 @@
<commons-validator.version>
1.4.0
</commons-validator.version>
<batik.version>
1.8
</batik.version>
<jsbml.version>
1.4
</jsbml.version>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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