KEYCLOAK-13096 Add compile scope hamcrest dependency to springboot tests
This commit is contained in:
parent
3db55727ca
commit
9f3a6de453
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@
|
||||||
<artifactId>keycloak-test-helper</artifactId>
|
<artifactId>keycloak-test-helper</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.hamcrest</groupId>
|
||||||
|
<artifactId>hamcrest-all</artifactId>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|
Loading…
Reference in a new issue