pkuwm opened a new issue #1044: URL: https://github.com/apache/helix/issues/1044
### Issue Helix jars built based on ivy dependencies don't have the same dependencies as open source helix jars built with pom files. Eg., open source [helix-core-1.0.0.jar](https://mvnrepository.com/artifact/org.apache.helix/helix-core/1.0.0) depends on helix-common-1.0.0.jar, but the helix-core jar built with ivy files does't have such dependency. ### Root cause Dependencies in ivy files are different from dependencies in pom files. Eg., helix-core should depend on helix-common ### Solution Update ivy dependencies to be same as pom files. ---------------------------------------------------------------- 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]
