Closed DataProvided closed 1 year ago
This issue has been automatically marked as stale due to a year of inactivity. It will be closed if no further activity occurs within 14 days. If you think that’s incorrect or the issue should never stale, please simply write any comment. Thanks for your contributions!
Hi,
We are developing a tool to check whether the dependencies' scopes in maven are set rightly and reasonably.
Our tools have found some issues in your project about scope setting in maven' pom.xml file.
tooling\hawtio-maven-plugin\pom.xml
,org.springframework:spring-context
scope should becompile
instead ofprovided
.tooling\hawtio-maven-plugin\pom.xml
,org.springframework.boot:spring-boot-loader-tools
scope should becompile
instead ofprovided
.hawtio-system\pom.xml
,org.apache.karaf.jaas:org.apache.karaf.jaas.boot
scope should becompile
instead ofprovided
.Please help us confirm whether the above reports are right and explain why it should set like these.
Thanks a lot.