如何克服 Spring 和 Jbehave 版本控制问题?
在我们的项目中,我们使用 Spring 3.0.0.RELEASE,现在我们正在尝试将 JBehave 添加到我们的项目中。
这里的问题是 JBehave 最新的 3.4.5(Release) 版本使用 Spring 2.5.6 (spring-context, spring-test)。
然后我们在 Maven 中遇到了依赖问题。
是否有任何解决方案可以使用 Spring 3.0 版和 Jbehave Spring 2.5.6 版继续我们的项目而不发生任何冲突?
In our project we are using Spring 3.0.0.RELEASE, and now we are trying to add JBehave to our project.
Here the problem is JBehave latest 3.4.5(Release) version uses Spring 2.5.6 (spring-context, spring-test).
then we got problem in dependencies in maven.
is there any solution to continue our project with Spring version 3.0 and Jbehave Spring version 2.5.6 without any conflicts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JBehave 可能也可以与 Spring 3.0 一起使用。您可以尝试从 JBehave 中排除传递依赖。我没有对此进行测试,但它应该看起来与此类似:
JBehave will probably also work with Spring 3.0. You could simply try to exclude the transitive dependency from JBehave. I didn't test this but it should look similar to this: