????正如Raphael Alves建议的那样,我通过向pom.xml添加以下依赖项来解决它 ??
<dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>3.11.1</version> <scope>test</scope> </dependency>
????您可能想要检查此依赖项的最新版本 ???? ??????Maven存储库 ???? ??