JAVA-8436: Add AssertJ dependency to the main pom.xml
This commit is contained in:
parent
cae6bbc8fe
commit
238622e14d
6
pom.xml
6
pom.xml
|
@ -58,6 +58,12 @@
|
|||
<version>${junit-jupiter.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.assertj</groupId>
|
||||
<artifactId>assertj-core</artifactId>
|
||||
<version>${assertj.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>hamcrest</artifactId>
|
||||
|
|
Loading…
Reference in New Issue