ISSUE TYPE
SUMMARY
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
plugins\user-authenticators\ldap\pom.xml, org.zapodot:embedded-ldap-junit scope should be test instead of compile.
- in
utils\pom.xml, commons-io:commons-io scope should be compile instead of provided.
- in
server\pom.xml, mysql:mysql-connector-java scope should be compile instead of test.
Please help us confirm whether the above reports are right and explain why it should set like these.
Thanks a lot.
ISSUE TYPE
SUMMARY
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.
plugins\user-authenticators\ldap\pom.xml,org.zapodot:embedded-ldap-junitscope should betestinstead ofcompile.utils\pom.xml,commons-io:commons-ioscope should becompileinstead ofprovided.server\pom.xml,mysql:mysql-connector-javascope should becompileinstead oftest.Please help us confirm whether the above reports are right and explain why it should set like these.
Thanks a lot.