Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JAVA-8436: Manage AssertJ dependency in the main pom.xml #11470

Merged
merged 8 commits into from
Nov 19, 2021
Prev Previous commit
Next Next commit
JAVA-8436: Add AssertJ dependency to the main pom.xml
  • Loading branch information
kwoyke committed Nov 18, 2021
commit 1f05cb187b104513070a66daa02cb6cf214a18b6
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down