Skip to content

Commit dbbc0a8

Browse files
committed
Fix module-path tests integ tests
1 parent 7203549 commit dbbc0a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/module-path-tests/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@
8989
<version>${awsjavasdk.version}</version>
9090
<scope>compile</scope>
9191
</dependency>
92+
<dependency>
93+
<groupId>org.hamcrest</groupId>
94+
<artifactId>hamcrest-all</artifactId>
95+
<version>${hamcrest.version}</version>
96+
<scope>compile</scope>
97+
</dependency>
9298
</dependencies>
9399

94100
<profiles>

0 commit comments

Comments
 (0)