首页  >  问答  >  正文

java - maven依赖无法拉取hbase jar

maven依赖:

    <dependency>
        <groupId>org.apache.hbase</groupId>
        <artifactId>hbase</artifactId>
        <version>1.2.1</version>
        <type>pom</type>
    </dependency>

但是在项目中没看到hbase相关jar

这个是什么原因呀?

PHP中文网PHP中文网2763 天前953

全部回复(2)我来回复

  • ringa_lee

    ringa_lee2017-04-18 10:51:44

    应该是Nexus到中央仓库去拉失败了吧。建议在Nexus上配个国内的仓库,或者嘛,……

    回复
    0
  • PHP中文网

    PHP中文网2017-04-18 10:51:44

    国内镜像推荐:http://maven.aliyun.com/nexus/content/groups/public/

    回复
    0
  • 取消回复