Skip to content

Commit

Permalink
SAK-44926 Fix OpenPDF pom dependencies (sakaiproject#10217)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecebe authored Feb 3, 2022
1 parent af23bb4 commit 4f5cccd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,13 @@
<scope>compile</scope>
</dependency>

<!-- openpdf library -->
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<scope>compile</scope>
</dependency>

<!-- lucene jars required by elasticsearch and help -->
<dependency>
<groupId>org.apache.lucene</groupId>
Expand Down
1 change: 0 additions & 1 deletion rubrics/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>${sakai.openpdf.version}</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
Expand Down

0 comments on commit 4f5cccd

Please sign in to comment.