You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/04/13 11:43:01 UTC

[GitHub] [cloudstack] DataProvided opened a new issue, #6259: dependency scope setting issues

DataProvided opened a new issue, #6259:
URL: https://github.com/apache/cloudstack/issues/6259

   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Other
   
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   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.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] rohityadavcloud closed issue #6259: dependency scope setting issues

Posted by GitBox <gi...@apache.org>.
rohityadavcloud closed issue #6259: dependency scope setting issues
URL: https://github.com/apache/cloudstack/issues/6259


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] rohityadavcloud commented on issue #6259: dependency scope setting issues

Posted by GitBox <gi...@apache.org>.
rohityadavcloud commented on issue #6259:
URL: https://github.com/apache/cloudstack/issues/6259#issuecomment-1189967130

   Fixed in https://github.com/apache/cloudstack/pull/6557


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] boring-cyborg[bot] commented on issue #6259: dependency scope setting issues

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #6259:
URL: https://github.com/apache/cloudstack/issues/6259#issuecomment-1097952231

   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org