ndimiduk commented on pull request #3924: URL: https://github.com/apache/hbase/pull/3924#issuecomment-987196259
So there's a direct dependency, but `test-patch` runs `mvn install` from the module directory, and so maven cannot install the dependency? ``` [INFO] ---------------< org.apache.hbase:hbase-protocol-shaded >--------------- [INFO] Building Apache HBase - Shaded Protocol 3.0.0-alpha-2-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ hbase-protocol-shaded --- [INFO] org.apache.hbase:hbase-protocol-shaded:jar:3.0.0-alpha-2-SNAPSHOT [INFO] +- org.apache.hbase.thirdparty:hbase-shaded-protobuf:jar:3.5.1:compile [INFO] +- junit:junit:jar:4.13:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test [INFO] +- javax.annotation:javax.annotation-api:jar:1.2:compile [INFO] +- org.apache.hbase:hbase-annotations:test-jar:tests:3.0.0-alpha-2-SNAPSHOT:test [INFO] \- org.apache.yetus:audience-annotations:jar:0.5.0:compile ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
