Missing Artifact Spring data cassandra 1.5.0M1

╄→гoц情女王★ 提交于 2019-12-23 01:13:11

问题


I try to use spring data cassandra 1.5.0 but when i update my pom by adding

<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-cassandra</artifactId>
    <version>1.5.0.M1</version>
</dependency>

<repositories>
<repository>
    <id>spring-milestones</id>
    <name>Spring Milestones</name>
    <url>https://repo.spring.io/libs-milestone</url>
    <snapshots>
        <enabled>false</enabled>
    </snapshots>
</repository>

But i got error

Missing artifact org.springframework.data:spring-data-cassandra:jar:1.5.0.M1

I have to use this version because of its support for cassandra 3.0.

The question is how could I use this version?

来源:https://stackoverflow.com/questions/40020828/missing-artifact-spring-data-cassandra-1-5-0m1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!