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 a4ab937 commit 6dc2a3cCopy full SHA for 6dc2a3c
pom.xml
@@ -299,6 +299,18 @@
299
</dependency>
300
</dependencies>
301
302
+ <dependencyManagement>
303
+ <dependencies>
304
+ <dependency>
305
+ <groupId>io.jenkins.tools.bom</groupId>
306
+ <artifactId>bom</artifactId>
307
+ <version>2.138.1</version>
308
+ <scope>import</scope>
309
+ <type>pom</type>
310
+ </dependency>
311
+ </dependencies>
312
+ </dependencyManagement>
313
+
314
<scm>
315
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
316
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
0 commit comments