Skip to content

Commit

Permalink
Merge pull request #46 from msavy/bouncycastle-test-only
Browse files Browse the repository at this point in the history
bouncycastle test only
  • Loading branch information
EricWittmann committed Feb 5, 2016
2 parents c48488d + c75aeb5 commit 8644aad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>${version.org.bouncycastle}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.iharder</groupId>
Expand Down Expand Up @@ -239,7 +240,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>
</plugins>
</build>
</profile>
Expand Down Expand Up @@ -282,7 +283,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${version.maven-gpg-plugin.plugin}</version>
</plugin>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down Expand Up @@ -324,4 +325,3 @@
</build>

</project>

0 comments on commit 8644aad

Please sign in to comment.