Skip to content

Commit

Permalink
Merge pull request #27 from jglick/maven-plugin-optional
Browse files Browse the repository at this point in the history
Make dep on `maven-plugin` be `optional`
  • Loading branch information
car-roll authored Mar 17, 2022
2 parents d9b853e + 98a4503 commit 63198ac
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 @@ -68,6 +68,7 @@
<groupId>org.jenkins-ci.main</groupId>
<artifactId>maven-plugin</artifactId>
<version>3.7</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 63198ac

Please sign in to comment.