hawtio
hawtio copied to clipboard
dependency scope setting issues
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.
- in
tooling\hawtio-maven-plugin\pom.xml,org.springframework:spring-contextscope should becompileinstead ofprovided. - in
tooling\hawtio-maven-plugin\pom.xml,org.springframework.boot:spring-boot-loader-toolsscope should becompileinstead ofprovided. - in
hawtio-system\pom.xml,org.apache.karaf.jaas:org.apache.karaf.jaas.bootscope should becompileinstead ofprovided.
Please help us confirm whether the above reports are right and explain why it should set like these.
Thanks a lot.