Skip to content

Commit 54b3c85

Browse files
authored
Add description setter to the managed set (#4220)
1 parent 63880e6 commit 54b3c85

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
@@ -893,6 +893,11 @@
893893
<artifactId>database-sqlite</artifactId>
894894
<version>1.8</version>
895895
</dependency>
896+
<dependency>
897+
<groupId>org.jenkins-ci.plugins</groupId>
898+
<artifactId>description-setter</artifactId>
899+
<version>258.vcd25251271a_a_</version>
900+
</dependency>
896901
<dependency>
897902
<groupId>org.jenkins-ci.plugins</groupId>
898903
<artifactId>display-url-api</artifactId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,11 @@
786786
<artifactId>database-sqlite</artifactId>
787787
<scope>test</scope>
788788
</dependency>
789+
<dependency>
790+
<groupId>org.jenkins-ci.plugins</groupId>
791+
<artifactId>description-setter</artifactId>
792+
<scope>test</scope>
793+
</dependency>
789794
<dependency>
790795
<groupId>org.jenkins-ci.plugins</groupId>
791796
<artifactId>docker-java-api</artifactId>

0 commit comments

Comments
 (0)