Skip to content

Commit

Permalink
Added dependencyManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
svasek committed Dec 22, 2021
1 parent 8ee177b commit cfa12b2
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,30 +49,33 @@
<tag>${scmTag}</tag>
</scm>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.289.x</artifactId>
<version>1055.v9637a690f734</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.289.x</artifactId>
<version>1055.v9637a690f734</version>
<scope>compile</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>symbol-annotation</artifactId>
<version>1.23</version>
<!-- <version>1.23</version> -->
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ant</artifactId>
<version>1.13</version>
<!-- <version>1.13</version> -->
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>token-macro</artifactId>
<version>267.vcdaea6462991</version>
<!-- <version>267.vcdaea6462991</version> -->
</dependency>
</dependencies>

Expand Down

0 comments on commit cfa12b2

Please sign in to comment.