Re: Maven provided dependency for child Questions

2019-01-04 Thread Hervé BOUTEMY
I think we need to have a sample project to be able to see the full tree, and not only the part on phoenix-core dependency but I already have one fact to share: the issue happens not only on httpclient but also on junit: [INFO] | +- junit:junit:jar:4.12:compile [INFO] | | \- org.hamcrest:ham

Maven provided dependency for child Questions

2019-01-04 Thread Milan Das
Hello All, I have added provided dependency as below org.apache.phoenix phoenix-core ${phoenix-provided.version} provided But when I am run (mvn dependency:tree) . I see some child libraries are converted to scope as compile as