hawtio icon indicating copy to clipboard operation
hawtio copied to clipboard

dependency scope setting issues

Open DataProvided opened this issue 4 years ago • 0 comments

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-context scope should be compile instead of provided.
  • in tooling\hawtio-maven-plugin\pom.xml, org.springframework.boot:spring-boot-loader-tools scope should be compile instead of provided.
  • in hawtio-system\pom.xml, org.apache.karaf.jaas:org.apache.karaf.jaas.boot scope should be compile instead of provided.

Please help us confirm whether the above reports are right and explain why it should set like these.

Thanks a lot.

DataProvided avatar Apr 13 '22 12:04 DataProvided