Skip to content

Commit c17b9ad

Browse files
committed
Test with hamcrest 2.2 (for later pom upgrades)
Upgrade to more recent parent pom will require that the test dependency on hamcrest is declared explicitly.
1 parent 2ed80a1 commit c17b9ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@
125125
<artifactId>script-security</artifactId>
126126
<scope>test</scope>
127127
</dependency>
128+
<dependency>
129+
<groupId>org.hamcrest</groupId>
130+
<artifactId>hamcrest-core</artifactId>
131+
<version>2.2</version>
132+
<scope>test</scope>
133+
</dependency>
128134
<dependency>
129135
<groupId>org.mockito</groupId>
130136
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)