Skip to content

Commit

Permalink
Masking BouncyCastle for when the system verison is incompatiable wit…
Browse files Browse the repository at this point in the history
…h the required version
  • Loading branch information
Nathan Grennan committed Apr 18, 2015
1 parent 97f52ff commit eb6a8ed
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 @@ -147,6 +147,16 @@ THE SOFTWARE.
</pluginRepositories>

<build>
<plugins>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<configuration>
<pluginFirstClassLoader>true</pluginFirstClassLoader>
<maskClasses>org.bouncycastle.</maskClasses>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
Expand Down

0 comments on commit eb6a8ed

Please sign in to comment.