Skip to content

Commit

Permalink
Adding crypt algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
moacyrricardo committed Jul 18, 2015
1 parent 889aa0f commit 2c5c140
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion implementation/bank-importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependency>
<groupId>br.com.quintoandar</groupId>
<artifactId>consultasbr</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
Expand All @@ -33,6 +33,11 @@
<artifactId>rhino</artifactId>
<version>1.7R5</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.52</version>
</dependency>
</dependencies>
<build>
<resources>
Expand Down

0 comments on commit 2c5c140

Please sign in to comment.