Skip to content

Commit

Permalink
Only jenkins-core and structs may depend on symbol-annotation. …
Browse files Browse the repository at this point in the history
…All other plugins must depend on `structs`. (#176)
  • Loading branch information
jglick authored and lanwen committed Sep 13, 2017
1 parent f7b1301 commit a9308f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@
</dependency>

<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>symbol-annotation</artifactId>
<version>1.5</version>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>structs</artifactId>
<version>1.10</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a9308f1

Please sign in to comment.