We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ddd131 commit c0f8b2eCopy full SHA for c0f8b2e
pom.xml
@@ -81,10 +81,17 @@
81
<dependency>
82
<groupId>io.jenkins.tools.bom</groupId>
83
<artifactId>bom-${jenkins.baseline}.x</artifactId>
84
- <version>5043.v855ff4819a_0f</version>
+ <version>5659.vecf9e2dc5a_ed</version>
85
<type>pom</type>
86
<scope>import</scope>
87
</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>
95
</dependencies>
96
</dependencyManagement>
97
<dependencies>
0 commit comments