Skip to content

Commit

Permalink
[BZ-1132740] jcr2vfs: add pdfbox dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Siroky committed Jan 27, 2015
1 parent 016698f commit 4f7b75c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drools-wb-jcr2vfs-migration/drools-wb-jcr2vfs-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
<artifactId>lucene-core</artifactId>
<version>${version.org.apache.lucene.jcrGuvnor}</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>1.8.6</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -151,6 +156,11 @@
<artifactId>gwt-servlet</artifactId>
</dependency>

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

<!-- Weld Modules -->
<dependency>
<groupId>org.jboss.weld</groupId>
Expand Down

0 comments on commit 4f7b75c

Please sign in to comment.