Skip to content

Commit 17275cd

Browse files
authored
Merge pull request eXist-db#5020 from eXist-db/dependabot/maven/org.apache.xmlgraphics-fop-2.9
build(deps): bump org.apache.xmlgraphics:fop from 2.8 to 2.9
2 parents f35075a + b646614 commit 17275cd

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

extensions/modules/xslfo/pom.xml

+9-14
Original file line numberDiff line numberDiff line change
@@ -79,25 +79,20 @@
7979

8080
<dependency>
8181
<groupId>org.apache.xmlgraphics</groupId>
82-
<artifactId>fop</artifactId>
83-
<version>2.8</version>
84-
<exclusions>
85-
<!--
86-
fop-core depends on javax.servlet:servlet-api:jar:2.2
87-
which conflicts with javax.servlet:javax.servlet-api:jar:3.1.0
88-
used by eXist-db
89-
-->
90-
<exclusion>
91-
<groupId>javax.servlet</groupId>
92-
<artifactId>servlet-api</artifactId>
93-
</exclusion>
94-
</exclusions>
82+
<artifactId>fop-core</artifactId>
83+
<version>2.9</version>
84+
</dependency>
85+
86+
<dependency>
87+
<groupId>org.apache.xmlgraphics</groupId>
88+
<artifactId>fop-events</artifactId>
89+
<version>2.9</version>
9590
</dependency>
9691

9792
<dependency>
9893
<groupId>org.apache.xmlgraphics</groupId>
9994
<artifactId>xmlgraphics-commons</artifactId>
100-
<version>2.8</version>
95+
<version>2.9</version>
10196
</dependency>
10297

10398
<dependency>

0 commit comments

Comments
 (0)