Josh Elser created PHOENIX-6515: ----------------------------------- Summary: Phoenix uses hbase-testing-util but does not list it as a dependency Key: PHOENIX-6515 URL: https://issues.apache.org/jira/browse/PHOENIX-6515 Project: Phoenix Issue Type: Bug Reporter: Josh Elser Assignee: Josh Elser Fix For: 5.2.0
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. -- This message was sent by Atlassian Jira (v8.3.4#803005)