Description
Just saw a build failure of Phoenix at $dayjob due to OMID-211. OMID-211 removes the hbase-testing-util as a regular-scope dependency and adds it (properly) as a test-scope dependency. However, this means that phoenix-core no long has hbase-testing-util on the classpath and will fail to compile.
Easy fix to just list the hbase-testing-util as a test-scope dependency.
Attachments
Issue Links
- is caused by
-
OMID-211 HBase Shims leak testing dependencies as compile dependencies.
- Closed
- is related to
-
PHOENIX-6516 Phoenix-connectors uses hbase-testing-util but does not list it as a dependency
- Resolved
- links to