Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
Low
Description
I found two missing dependencies for pom-all (cassandra-all):
- airline
- ohc-core-j8
This doesn't affect current build scheme because their jars are hardcoded in the lib directory. However, if we depend on cassandra-all in our downstream projects to resolve and fetch dependencies (instead of using the official tarball), Cassandra will have problems, e.g. airline is required by nodetool, and it will fail our dtests.
I will attach the patch shortly