gpt4 book ai didi

java - Gradle 使用正确版本的依赖项

转载 作者:行者123 更新时间:2023-12-02 03:39:00 25 4
gpt4 key购买 nike

目前,我的项目需要Cassandra作为数据库,因此,我使用org.springframework.data:spring-data-cassandra:2.1.9.RELEASE作为解决方案,并且我还使用了spring-security-core 5.1.5作为解决方案,但在 spring-security-core 5.1.5 中,似乎它具有 org.springframework.data:spring-data-cassandra:2.1.6.RELEASE 依赖项。

所以我想知道如何在 IDEA 的 gradle 中解决这个问题。

最佳答案

我建议您在任何地方都使用 cassandra:2.1.6 以避免版本冲突。我认为您不必重写代码的任何部分。

或者您可以尝试使用以下命令删除 2.1.6 版本编译.排除组:'com.example.x',模块:'x'

但这可能会导致 spring-security 工作不稳定。所以第一个解决方案更可取。

关于java - Gradle 使用正确版本的依赖项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56846508/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com