Skip to content

Commit

Permalink
Manage dependency Bouncy Castle Provider. #953 (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshikawaa authored and btyanagawamg committed Jan 14, 2020
1 parent 1af023c commit 7e70345
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions terasoluna-gfw-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,14 @@
</dependency>
<!-- == End Apache Tiles == -->

<!-- == Begin Bouncy Castle == -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<!-- == Begin Bouncy Castle == -->

<!-- == Begin Other JavaEE/SE APIs == -->
<dependency>
<groupId>com.sun.mail</groupId>
Expand Down Expand Up @@ -548,6 +556,8 @@
<poi.version>4.1.1</poi.version>
<!-- == Apache Tiles == -->
<tiles.version>3.0.8</tiles.version>
<!-- == Bouncy Castle == -->
<bouncycastle.version>1.64</bouncycastle.version>
<!-- == Other JavaEE/SE APIs == -->
<javax-mail.version>1.6.2</javax-mail.version>
<javax-activation.version>1.2.0</javax-activation.version>
Expand Down

0 comments on commit 7e70345

Please sign in to comment.