【发布时间】:2019-07-02 15:25:36
【问题描述】:
目前我的项目需要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 中解决这个问题。
【问题讨论】:
标签: java gradle intellij-idea