added bouncycastle non-ext exclusion to pom

pull/210/head
Justin Richer 2012-09-12 13:13:25 -04:00
parent d9771f2322
commit ba76c539b0
1 changed files with 7 additions and 0 deletions

View File

@ -296,6 +296,13 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.47</version>
<exclusions>
<exclusion>
<!-- bcprov-ext already included -->
<artifactId>bcprov-jdk15on</artifactId>
<groupId>org.bouncycastle</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<repositories>