Skip to content

Commit

Permalink
Remove an unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratehm committed Jul 30, 2014
1 parent e241008 commit 339f617
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,18 @@
<version>8.0.249.16098</version>
</dependency>

<!-- BouncyCastle (Crypto) -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.50</version>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.50</version>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.bouncycastle</groupId> -->
<!-- <artifactId>bcprov-jdk15on</artifactId> -->
<!-- <version>1.50</version> -->
<!-- </dependency> -->

</dependencies>

Expand Down

0 comments on commit 339f617

Please sign in to comment.