Skip to content

Commit 220340f

Browse files
authored
Correct hamcrest dependency (#348)
1 parent dc08559 commit 220340f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ under the License.
346346
</dependency>
347347
<dependency>
348348
<groupId>org.hamcrest</groupId>
349-
<artifactId>hamcrest-core</artifactId>
349+
<artifactId>hamcrest</artifactId>
350350
<version>3.0</version>
351351
<scope>test</scope>
352352
</dependency>

0 commit comments

Comments
 (0)