Skip to content

Commit

Permalink
Add Support Core to the managed set
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBtz committed Sep 10, 2021
1 parent 588348e commit db9ceb4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bom-latest/pom.xml
Expand Up @@ -304,6 +304,11 @@
<artifactId>matrix-project</artifactId>
<version>1.19</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>metrics</artifactId>
<version>4.0.2.8</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pipeline-build-step</artifactId>
Expand Down Expand Up @@ -376,6 +381,11 @@
<classifier>tests</classifier>
<version>${subversion-plugin.version}</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>support-core</artifactId>
<version>2.75</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>throttle-concurrents</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions sample-plugin/pom.xml
Expand Up @@ -266,6 +266,11 @@
<artifactId>subversion</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>support-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>throttle-concurrents</artifactId>
Expand Down

0 comments on commit db9ceb4

Please sign in to comment.