Skip to content

Commit

Permalink
Add bouncycastle-api jenkins plugin to be able to treat EC cluster keys
Browse files Browse the repository at this point in the history
  • Loading branch information
torrescd committed Dec 17, 2019
1 parent ffa6e0a commit 28386e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@
<artifactId>jackson2-api</artifactId>
<version>${jackson2-api.version}</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>bouncycastle-api</artifactId>
<version>2.17</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 28386e8

Please sign in to comment.