首页 > 解决方案 > geode-junit 1.8.0 pom 依赖于不存在的 geode-old-versions 工件

问题描述

我想我可能会尝试 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>

标签: junitgeode

解决方案


此问题已在 Geode 1.10.0 中通过GEODE-6105得到修复。

干杯。


推荐阅读