Skip to content

Commit

Permalink
Transitive plugin deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed May 5, 2017
1 parent 7ecd985 commit c4a4f04
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,17 @@
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>mailer</artifactId>
<version>1.18</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>junit</artifactId>
<version>1.6</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit c4a4f04

Please sign in to comment.