Skip to content

Commit 2c68729

Browse files
authored
Add jsoup API plugin (#4430)
1 parent 937d132 commit 2c68729

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
@@ -1180,6 +1180,11 @@
11801180
<artifactId>jsch</artifactId>
11811181
<version>0.2.16-86.v42e010d9484b_</version>
11821182
</dependency>
1183+
<dependency>
1184+
<groupId>org.jenkins-ci.plugins</groupId>
1185+
<artifactId>jsoup</artifactId>
1186+
<version>1.18.3-30.v952e9442d416</version>
1187+
</dependency>
11831188
<dependency>
11841189
<groupId>org.jenkins-ci.plugins</groupId>
11851190
<artifactId>junit</artifactId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,11 @@
10381038
<artifactId>job-dsl</artifactId>
10391039
<scope>test</scope>
10401040
</dependency>
1041+
<dependency>
1042+
<groupId>org.jenkins-ci.plugins</groupId>
1043+
<artifactId>jsoup</artifactId>
1044+
<scope>test</scope>
1045+
</dependency>
10411046
<dependency>
10421047
<groupId>org.jenkins-ci.plugins</groupId>
10431048
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)