Home  >  Q&A  >  body text

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中文网2712 days ago919

reply all(2)I'll reply

  • ringa_lee

    ringa_lee2017-04-18 10:51:44

    It should be that Nexus failed to pull it from the central warehouse. It is recommended to configure a domestic warehouse on Nexus, or...

    reply
    0
  • PHP中文网

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

    Domestic mirror recommendation:http://maven.aliyun.com/nexus/content/groups/public/

    reply
    0
  • Cancelreply