Skip to content

Commit

Permalink
[JENKINS-50216] - Add BouncyCastle API dependency to enable tests aga…
Browse files Browse the repository at this point in the history
…inst 2.107.2
  • Loading branch information
oleg-nenashev committed Apr 17, 2018
1 parent 5e0448e commit 51fb71a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Expand Up @@ -235,6 +235,17 @@
<version>1.16.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<!-- Required to run P12ServiceAccountConfigTestUtil-dependent tests against newer Jenkins core versions.
Dependency on it does not cause issues in the baseline core even though the plugin is formally incompatible.
Should it break at some point, the core requirement can be bumped to 2.17.x.
The BC library can be also shaded if the core requirement needs to be retained.
-->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>bouncycastle-api</artifactId>
<version>2.16.2</version>
<scope>test</scope>
</dependency>
</dependencies>

</project>

0 comments on commit 51fb71a

Please sign in to comment.