我想我可以尝试一下geode-junit 1.8.0提供的GfshRule,但是它的pom包含对一个名为geode-old-versions的明显不存在的工件的依赖,所以我的基于Maven的项目不会构建。请给我建议。谢谢
<dependency>
<groupId>org.apache.geode</groupId>
<artifactId>geode-old-versions</artifactId>
<version>1.8.0</version>
<scope>runtime</scope>
</dependency>发布于 2020-03-19 16:39:20
此问题已在Geode 1.10.0中通过GEODE-6105修复。
干杯。
https://stackoverflow.com/questions/55598528
复制相似问题