maven:添加相同的 2 个工件,但版本不同
这可能吗?
在我的项目中,我有 Hibernate 搜索,需要 apache lucene 版本 3.x,
但我的项目还有 Magnolia cms,它需要 apache jackrabbit,而 apache jackrabbit 又需要 apache lucene 2.x。
唯一的解决方案是使用 lucene 3.x 进行 hibernate 搜索,使用 2.x 进行 Magnolia,但我该怎么做呢?
谢谢 :)
Is this possible?
In my project I have Hibernate search which need apache lucene version 3.x,
but my project also has magnolia cms which needs apache jackrabbit which in turn needs apache lucene 2.x.
The only solution would be to use lucene 3.x for hibernate search and 2.x for magnolia, but how can I do that?
thank you :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
获取更新的 JackRabbit 版本。 最新版本基于 Lucene 3 .x。
如果由于某种原因你不能这样做,你将不得不仔细阅读 使用 maven-shade-plugin,但这很糟糕,所以我会选择新版本。
Get a newer JackRabbit version. The latest versions are based on Lucene 3.x.
If for some reason you can't do that, you will have to go through elaborate package-renaming tasks using the maven-shade-plugin, but that's nasty, so I'd go with the new version instead.