Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
[JENKINS-21268] [JENKINS-14727] Make maven-plugin a mandatory depende…
Browse files Browse the repository at this point in the history
…ncy.

Workaround for JENKINS-21268. The maven plug-in can't be optional without breaking the API. This issue needs to be adressed in  2.x release.
  • Loading branch information
uhafner committed Nov 28, 2015
1 parent e1529c5 commit 73e8949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-core</artifactId>
<version>1.73</version>
<version>1.75</version>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.plugins</groupId>
Expand Down

0 comments on commit 73e8949

Please sign in to comment.