flowable-engine
flowable-engine 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
modules\flowable-spring-security\pom.xml,org.springframework.security:spring-security-corescope should becompileinstead ofprovided. - in
modules\flowable-job-service\pom.xml,javax.enterprise.concurrent:javax.enterprise.concurrent-apiscope should becompileinstead ofprovided. - in
modules\flowable-cmmn-engine\pom.xml,org.slf4j:jcl-over-slf4jscope should becompileinstead oftest.
Please help us confirm whether the above reports are right and explain why it should set like these.
Thanks a lot.
Thanks for the feedback, can you maybe share more information why this came out of the tool that you are developing? For example, the first one about spring-security-core looks correct, but the jcl-over-slf4j dependency not.