Skip to content

Commit

Permalink
Make it a property.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffret-b committed Oct 15, 2020
1 parent 4e70833 commit 2507150
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ THE SOFTWARE.
<spotbugs.excludeFilterFile>${basedir}/src/spotbugs/excludeFilter.xml</spotbugs.excludeFilterFile>
<spotbugs.threshold>Low</spotbugs.threshold>
<argLine/> <!-- TODO pending https://github.com/jenkinsci/pom/pull/142 -->
<bc-version>1.66</bc-version>
</properties>

<repositories>
Expand Down Expand Up @@ -165,13 +166,13 @@ THE SOFTWARE.
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.66</version>
<version>${bc-version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.66</version>
<version>${bc-version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2507150

Please sign in to comment.