Skip to content

Commit

Permalink
reference new flying-saucer for maven
Browse files Browse the repository at this point in the history
fixes #711
  • Loading branch information
darkv committed Dec 10, 2015
1 parent 7503f61 commit 3b5c2a0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Frameworks/Misc/ERPDFGeneration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,18 @@
</dependency>
<dependency>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>core-renderer</artifactId>
<artifactId>flying-saucer-core</artifactId>
<version>9.0.7</version>
</dependency>
<dependency>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-pdf</artifactId>
<version>9.0.7</version>
</dependency>
<dependency>
<groupId>org.xhtmlrenderer</groupId>
<artifactId>flying-saucer-swt</artifactId>
<version>9.0.7</version>
</dependency>
<dependency>
<groupId>com.lowagie</groupId>
Expand Down

0 comments on commit 3b5c2a0

Please sign in to comment.