Commit 4e4ddbe8 authored by Matthias Betz's avatar Matthias Betz
Browse files

updating fop version to avoid module conflicts

parent 2411b358
Pipeline #5581 failed with stage
in 1 minute and 52 seconds
...@@ -48,10 +48,6 @@ ...@@ -48,10 +48,6 @@
<groupId>java.xml</groupId> <groupId>java.xml</groupId>
<artifactId>java.xml</artifactId> <artifactId>java.xml</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-ext</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
<dependency> <dependency>
<groupId>org.apache.xmlgraphics</groupId> <groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop</artifactId> <artifactId>fop</artifactId>
<version>2.2</version> <version>2.6</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/org.jdom/jdom2 --> <!-- https://mvnrepository.com/artifact/org.jdom/jdom2 -->
<dependency> <dependency>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment