Skip to content

Commit

Permalink
Add automatic support for strong cipher in jdk9
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarguindzberg committed Dec 20, 2018
1 parent 1c36ff9 commit aace35d
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 aace35d

Please sign in to comment.