简体   繁体   中英

import org.apache.zookeeper.Zookeeper can't be resolved maven

I can't import zookeeper in maven project. What can be a problem? I added dependencies but I can't import apache zookeeper

Remove the pom in the pom file mentioned by khmarbaaise .

So that is only has:

   <dependency>
        <groupId>org.apache.zookeeper</groupId>
        <artifactId>zookeeper</artifactId>
        <version>3.4.11</version>
    </dependency>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM