Skip to content

Commit c0f8b2e

Browse files
committed
Incremental dep
1 parent 7ddd131 commit c0f8b2e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,17 @@
8181
<dependency>
8282
<groupId>io.jenkins.tools.bom</groupId>
8383
<artifactId>bom-${jenkins.baseline}.x</artifactId>
84-
<version>5043.v855ff4819a_0f</version>
84+
<version>5659.vecf9e2dc5a_ed</version>
8585
<type>pom</type>
8686
<scope>import</scope>
8787
</dependency>
88+
<!-- TODO until in BOM -->
89+
<dependency>
90+
<groupId>org.jenkins-ci.plugins</groupId>
91+
<artifactId>scm-api</artifactId>
92+
<!-- TODO https://github.com/jenkinsci/scm-api-plugin/pull/357 -->
93+
<version>720.v0ea_1d82049ec</version>
94+
</dependency>
8895
</dependencies>
8996
</dependencyManagement>
9097
<dependencies>

0 commit comments

Comments
 (0)