pkuwm opened a new issue #1317: URL: https://github.com/apache/helix/issues/1317
### Description There are warnings in building helix, eg.: ``` [WARNING] Manifest org.apache.helix:zookeeper-api:bundle:1.0.2-SNAPSHOT : Unused Import-Package instructions: [org.apache.zookeeper.server.persistence*, org.apache.zookeeper.server.util*, org.apache.zookeeper.txn*] [WARNING] Manifest org.apache.helix:helix-common:bundle:1.0.2-SNAPSHOT : Unused Import-Package instructions: [org.slf4j*] ``` These are distracting. It'll be clearer if we clean up the unused import package instructions. And it helps avoid potential issues like duplicate jar/classes. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
