Skip to content

Commit

Permalink
Adding new bouncycastle dependency, fixes maven build
Browse files Browse the repository at this point in the history
r17245
  • Loading branch information
illicitonion committed Jun 21, 2012
1 parent cb1b1c9 commit a13479c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions maven/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
<artifactId>bcprov-jdk15on</artifactId>
<version>1.47</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.47</version>
</dependency>
<dependency>
<groupId>mx4j</groupId>
<artifactId>mx4j-tools</artifactId>
Expand Down

0 comments on commit a13479c

Please sign in to comment.