我正在使用 JBehave 进行场景测试。
在使用教程时,我在pom.xml中遇到如下错误
Missing artifact org.jbehave:jbehave-core:zip:resources:3.5-SNAPSHOT:compile
Missing artifact org.jbehave:jbehave-spring:jar:3.5-SNAPSHOT:compile
Missing artifact org.jbehave:jbehave-core:jar:3.5-SNAPSHOT:compile
但我使用了他们提供的 pom.xml。我需要做任何额外的设置吗?