Skip to content

Commit

Permalink
Merge pull request #326 from jonesbusy/feature/jsoup-api
Browse files Browse the repository at this point in the history
Depends on jsoup API plugin
  • Loading branch information
uhafner authored Feb 18, 2025
2 parents 13b7ffd + b2e0aef commit 69388c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,10 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jsoup</artifactId>
<version>${jsoup.version}</version>
<!-- To remove when on bom-->
<version>1.18.3-30.v952e9442d416</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 69388c8

Please sign in to comment.