<type>pom</type>

maven中央仓库找到zookeeper的依赖,我在maven文件中引入
<!-- https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper -->
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.4.6</version>
<type>pom</type>
</dependency>

发现相关jar包并没有下载下来,请问这是怎么回事啊

猜你喜欢

转载自hanjianchun1989.iteye.com/blog/2400394