Skip to content

Commit

Permalink
Depend on config-file-provider explicitly (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd committed Jan 8, 2024
1 parent 376be71 commit f66879f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -76,6 +76,13 @@
<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>
<version>959.vcff671a_4518b_</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>job-dsl</artifactId>
Expand Down

0 comments on commit f66879f

Please sign in to comment.