itf-assertj dependency is missing in README (original) (raw)
In the README the itf-assertj dependency is missing and if one follows the guide the demo test will not compile:
<dependency>
<groupId>com.soebes.itf.jupiter.extension</groupId>
<artifactId>itf-assertj</artifactId>
<version>${itf.version}</version>
<scope>test</scope>
</dependency>