Failed to read artifact descriptor for com.fasterxml.jackson.core:jackson-databind:jar:2.9.0-SNAPSHO

来源:互联网 发布:origin8怎么导入数据 编辑:程序博客网 时间:2024/06/12 16:22

http://stackoverflow.com/questions/42386730/issue-with-maxmind-dependency

    <dependency>        <groupId>com.maxmind.geoip2</groupId>        <artifactId>geoip2</artifactId>        <version>2.8.0</version>        <exclusions>            <exclusion>                <groupId>com.fasterxml.jackson.core</groupId>                <artifactId>jackson-databind</artifactId>            </exclusion>        </exclusions>    </dependency>
0 0