Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
use proper bouncycastle
Browse files Browse the repository at this point in the history
  • Loading branch information
peterlynch committed May 6, 2011
1 parent a3c58ee commit 2a103cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ bin/

/nexus/nexus-test-harness/nexus-test-harness-its/velocity.log*
/nexus/nexus-test-harness/nexus-test-harness-its/storage
/nexus/nexus-test-harness/nexus-test-harness-its/resources/proxyRepo/nexus977tasks/1/.index/
/nexus/nexus-test-harness/nexus-test-harness-its/resources/proxyRepo/nexus977tasks/2/.index/
/nexus/nexus-test-harness/nexus-test-harness-its/resources/nexus2120/files/basic/.index/
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<dependencies>

<dependency>
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
<version>136</version>
</dependency>

Expand Down

0 comments on commit 2a103cc

Please sign in to comment.