Skip to content

Commit a2ac6ea

Browse files
committed
Fix build, use sub-modules instead.
1 parent 5d13134 commit a2ac6ea

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

extensions/modules/xslfo/pom.xml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -79,25 +79,27 @@
7979

8080
<dependency>
8181
<groupId>org.apache.xmlgraphics</groupId>
82-
<artifactId>fop</artifactId>
82+
<artifactId>fop-core</artifactId>
8383
<version>2.9</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>
84+
</dependency>
85+
86+
<dependency>
87+
<groupId>org.apache.xmlgraphics</groupId>
88+
<artifactId>fop-events</artifactId>
89+
<version>2.9</version>
90+
</dependency>
91+
92+
<dependency>
93+
<groupId>org.apache.xmlgraphics</groupId>
94+
<artifactId>fop-util</artifactId>
95+
<version>2.9</version>
96+
<scope>runtime</scope>
9597
</dependency>
9698

9799
<dependency>
98100
<groupId>org.apache.xmlgraphics</groupId>
99101
<artifactId>xmlgraphics-commons</artifactId>
100-
<version>2.8</version>
102+
<version>2.9</version>
101103
</dependency>
102104

103105
<dependency>

0 commit comments

Comments
 (0)