Add missing Hamcrest dependency
This commit is contained in:
parent
a3df1c4e41
commit
cfe1fdb5e5
|
|
@ -47,6 +47,12 @@
|
|||
<version>4.7</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>hamcrest-core</artifactId>
|
||||
<version>1.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.aspectj</groupId>
|
||||
<artifactId>aspectjweaver</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue