Adding PDF support #130

This commit is contained in:
Joel Pearson
2023-02-17 15:01:47 +11:00
committed by PlantUML
parent 8cb5ca0daf
commit 4a5e204e16
5 changed files with 67 additions and 0 deletions

View File

@@ -164,6 +164,15 @@
<version>${jetty-server.version}</version>
<scope>test</scope>
</dependency>
<!-- PDF Dependencies -->
<dependency>
<!-- fop generally tends to provide duplicate resources on the classpath -->
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop</artifactId>
<version>2.7</version>
<type>pom</type>
</dependency>
</dependencies>
<build>