Skip to content

Commit

Permalink
BZ-1132740: added dependency on pdfbox-app.jar for jcr2vfr migration …
Browse files Browse the repository at this point in the history
…tool.
  • Loading branch information
jrenaat committed Aug 26, 2014
1 parent e42aba2 commit 154b49b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,11 @@
<artifactId>commons-io</artifactId>
</dependency>

<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-app</artifactId>
</dependency>

<!-- Weld Modules -->
<dependency>
<groupId>org.jboss.weld</groupId>
Expand Down
5 changes: 5 additions & 0 deletions drools-wb-jcr2vfs-migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@
<version>${version.org.drools.jcrGuvnor}</version>
<classifier>war-as-jar</classifier>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-app</artifactId>
<version>1.8.6</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 154b49b

Please sign in to comment.