Skip to content

Commit

Permalink
Fix build dependency for GRAM to the same version of bcprov as the ot…
Browse files Browse the repository at this point in the history
…her modules.
  • Loading branch information
bbockelm committed Oct 10, 2012
1 parent d06ad8f commit 83a140b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gram/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
<version>140</version>
<version>1.45</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit 83a140b

Please sign in to comment.