Description
SBT doesn't like the pom file for zookeeper because while it's under the "org.apache.hadoop" directory, it's organisation is actually "org.apache.zookeeper". A simple fix for this is to just change "org.apache.zookeeper" to "org.apache.hadoop".
Attachments
Issue Links
- duplicates
-
ZOOKEEPER-787 groupId in deployed pom is wrong
- Closed