Navigation Menu

Skip to content

Commit

Permalink
[JENKINS-31681] Remove maven optional setting from token-macro depend…
Browse files Browse the repository at this point in the history
…ency

As reported in the issue, installation on fresh Jenkins triggers
java.lang.NoClassDefFoundError: org/jenkinsci/plugins/tokenmacro/MacroEvaluationException

None of current "token-consumer" has token-macro dependency optional,
so this change goes along with common usage/knowledge.
  • Loading branch information
ljader committed Mar 16, 2016
1 parent fcf494d commit 08b0038
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -38,7 +38,6 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>token-macro</artifactId>
<version>1.5.1</version>
<optional>true</optional>
</dependency>
</dependencies>

Expand Down

0 comments on commit 08b0038

Please sign in to comment.