Skip to content

Commit 9fe25e7

Browse files
author
Amir Tocker
committed
Add Hamcrest tests.
1 parent 5fd48bb commit 9fe25e7

File tree

3 files changed

+123
-95
lines changed

3 files changed

+123
-95
lines changed

cloudinary-test-common/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
<artifactId>cloudinary-core</artifactId>
1818
<version>${project.version}</version>
1919
</dependency>
20+
<dependency>
21+
<groupId>org.hamcrest</groupId>
22+
<artifactId>java-hamcrest</artifactId>
23+
<version>2.0.0.0</version>
24+
</dependency>
2025
<dependency>
2126
<groupId>junit</groupId>
2227
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)