Skip to content

Commit e381ac2

Browse files
authored
Add sbt to the managed set (#4226)
1 parent 305b731 commit e381ac2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

bom-weekly/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1321,6 +1321,11 @@
13211321
<artifactId>saml</artifactId>
13221322
<version>4.514.vfd5088cc4ed7</version>
13231323
</dependency>
1324+
<dependency>
1325+
<groupId>org.jenkins-ci.plugins</groupId>
1326+
<artifactId>sbt</artifactId>
1327+
<version>87.v455263c57692</version>
1328+
</dependency>
13241329
<dependency>
13251330
<groupId>org.jenkins-ci.plugins</groupId>
13261331
<artifactId>scm-api</artifactId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1155,6 +1155,11 @@
11551155
<artifactId>saml</artifactId>
11561156
<scope>test</scope>
11571157
</dependency>
1158+
<dependency>
1159+
<groupId>org.jenkins-ci.plugins</groupId>
1160+
<artifactId>sbt</artifactId>
1161+
<scope>test</scope>
1162+
</dependency>
11581163
<dependency>
11591164
<groupId>org.jenkins-ci.plugins</groupId>
11601165
<artifactId>scm-api</artifactId>

0 commit comments

Comments
 (0)