Skip to content

Commit

Permalink
[JENKINS-71772] Remove runtime dependency on authorize-project plugin
Browse files Browse the repository at this point in the history
https://issues.jenkins.io/browse/JENKINS-71772 notes that
a5f2767
inadvertently changed the authorize-project plugin from a test dependency
to a runtime dependency.  The code compiles correctly without the runtime
dependency and the tests pass on my Linux computer with Java 11.

jenkinsci/bom#2340 added authorize-project plugin
to the plugin bill of materials because I didn't detect that the new
dependency was not needed at runtime.

Thanks to James Holderness for reporting the issue.
  • Loading branch information
MarkEWaite committed Aug 7, 2023
1 parent 04aa70e commit 10e495c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>authorize-project</artifactId>
<version>1.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down

0 comments on commit 10e495c

Please sign in to comment.