Skip to content

Commit

Permalink
added automatic support for strong cipher in jdk9
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricwalter committed Jul 8, 2017
1 parent 745ba5f commit 43f8770
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,16 @@
</build>
</profile>

<profile>
<id>use-strong-cipher-jdk9</id>
<activation>
<jdk>[1.9,)</jdk>
</activation>
<properties>
<crypto.policy>unlimited</crypto.policy>
</properties>
</profile>

<profile>
<id>release</id>
<build>
Expand Down

0 comments on commit 43f8770

Please sign in to comment.