Skip to content

Commit

Permalink
Add test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolobato committed Mar 9, 2017
1 parent 930a02f commit 1e7e19f
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 @@ -148,5 +148,17 @@
<version>2.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.test</groupId>
<artifactId>docker-fixtures</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ssh-slaves</artifactId>
<version>1.13</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 1e7e19f

Please sign in to comment.