Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-43536] - Add explicit dependnecy on the new Hamcrest core to…
… make the PR builder happy
  • Loading branch information
oleg-nenashev committed May 8, 2017
1 parent b65c0ea commit 6173334
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -118,6 +118,13 @@
<artifactId>script-security</artifactId>
<version>1.22</version>
</dependency>

<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
</dependencies>

<repositories>
Expand Down

0 comments on commit 6173334

Please sign in to comment.