Skip to content

Commit 6950d27

Browse files
authored
Use plugin BOM (#109)
1 parent 03e9c9c commit 6950d27

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

pom.xml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<licenses>
4141
<license>
4242
<name>The Apache Software License, Version 2.0</name>
43-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
43+
<url>https://opensource.org/licenses/Apache-2.0</url>
4444
<distribution>repo</distribution>
4545
</license>
4646
</licenses>
@@ -71,6 +71,18 @@
7171
</pluginRepository>
7272
</pluginRepositories>
7373

74+
<dependencyManagement>
75+
<dependencies>
76+
<dependency>
77+
<groupId>io.jenkins.tools.bom</groupId>
78+
<artifactId>bom-2.319.x</artifactId>
79+
<version>1654.vcb_69d035fa_20</version>
80+
<type>pom</type>
81+
<scope>import</scope>
82+
</dependency>
83+
</dependencies>
84+
</dependencyManagement>
85+
7486
<dependencies>
7587
<dependency>
7688
<groupId>org.mockito</groupId>
@@ -87,7 +99,11 @@
8799
<dependency>
88100
<groupId>org.jenkins-ci.plugins</groupId>
89101
<artifactId>github-api</artifactId>
90-
<version>1.303-400.v35c2d8258028</version>
102+
</dependency>
103+
104+
<dependency>
105+
<groupId>org.jenkins-ci.plugins</groupId>
106+
<artifactId>jackson2-api</artifactId>
91107
</dependency>
92108

93109
<dependency>

0 commit comments

Comments
 (0)