Martin Serrano created TWILL-218: ------------------------------------ Summary: The implicit jopt-simple dependency should be made explicit Key: TWILL-218 URL: https://issues.apache.org/jira/browse/TWILL-218 Project: Apache Twill Issue Type: Improvement Components: core Affects Versions: 0.9.0 Reporter: Martin Serrano Assignee: Martin Serrano Fix For: 0.10.0
Kafka has a dependency on jopt-simple. It seems that some of the scala code is opaque to twill dependency resolution because this dependency is not found. In environments that do not ship with jopt-simple, this shows up as a class not found exception which prevents the kafka service from coming up completely. While it would be better to have dependency resolution that discovered this on its own, explicitly adding the dependency solves the problem with minimal changes. -- This message was sent by Atlassian JIRA (v6.3.15#6346)