Skip to content

Commit

Permalink
Depend on config-file-provider explicitly (#280) (#282)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
  • Loading branch information
strangelookingnerd and MarkEWaite committed Jan 8, 2024
1 parent 376be71 commit b3f7636
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
<artifactId>branch-api</artifactId>
<scope>test</scope>
</dependency>
<!-- see https://github.com/jenkinsci/custom-folder-icon-plugin/issues/280 -->
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>config-file-provider</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>job-dsl</artifactId>
Expand Down

0 comments on commit b3f7636

Please sign in to comment.