Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jun 4, 2013
1 parent 56bace0 commit 1c45263
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions symmetric-server/pom.xml
Expand Up @@ -251,5 +251,10 @@
<artifactId>geronimo-j2ee-connector_1.6_spec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
3 changes: 1 addition & 2 deletions symmetric-util/pom.xml
Expand Up @@ -46,8 +46,7 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>provided</scope>
</dependency>

</dependency>
<dependency>
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
Expand Down

0 comments on commit 1c45263

Please sign in to comment.