Skip to content

Commit

Permalink
Merge pull request #5507 from eXist-db/upgrade/fop
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzzz authored Oct 21, 2024
2 parents d2da89e + 6607b5d commit b98c03a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions extensions/modules/xslfo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@

<properties>
<avalon.framework.version>4.3.1</avalon.framework.version>
<xmlgraphics.version>2.10</xmlgraphics.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -80,19 +81,19 @@
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-core</artifactId>
<version>2.9</version>
<version>${xmlgraphics.version}</version>
</dependency>

<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-events</artifactId>
<version>2.9</version>
<version>${xmlgraphics.version}</version>
</dependency>

<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>xmlgraphics-commons</artifactId>
<version>2.9</version>
<version>${xmlgraphics.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b98c03a

Please sign in to comment.