Skip to content

Commit

Permalink
Merge branch 'release/v1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
stzanakis committed Jan 23, 2019
2 parents 9674cf1 + 596e19b commit 2a74d85
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions metis-media-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
<artifactId>itextpdf</artifactId>
<version>5.5.0</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.49</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.49</version>
</dependency>

<dependency>
<groupId>org.jibx</groupId>
Expand Down

0 comments on commit 2a74d85

Please sign in to comment.