Skip to content

Commit

Permalink
Use plugin BOM (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Aug 7, 2022
1 parent 00b27cb commit c43a792
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,22 @@
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.346.x</artifactId>
<version>1556.vfc6a_f216e3c6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>io.jenkins.plugins.mina-sshd-api</groupId>
<artifactId>mina-sshd-api-core</artifactId>
<version>2.8.0-36.v8e25ce90d4b_1</version>
</dependency>
<dependency>
<groupId>net.i2p.crypto</groupId>
Expand Down

0 comments on commit c43a792

Please sign in to comment.