0
点赞
收藏
分享

微信扫一扫

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

蛇发女妖 2023-04-14 阅读 65


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 条评论