This is an automated email from the ASF dual-hosted git repository. pearl11594 pushed a commit to branch 4.20 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.20 by this push: new c121d5bb6db usage: use runtime scope when running maven usage profile (#10331) c121d5bb6db is described below commit c121d5bb6db9822efed9fef7a8a19215dc7218e0 Author: Manoj Kumar <manojkr.it...@gmail.com> AuthorDate: Tue Feb 18 19:51:29 2025 +0530 usage: use runtime scope when running maven usage profile (#10331) Fixes error running usage server with maven. Signed-off-by: Abhishek Kumar <abhishek.mr...@gmail.com> Co-authored-by: Abhishek Kumar <abhishek.mr...@gmail.com> --- usage/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usage/pom.xml b/usage/pom.xml index 325e56c3151..aea5a6a4706 100644 --- a/usage/pom.xml +++ b/usage/pom.xml @@ -61,7 +61,7 @@ <dependency> <groupId>com.mysql</groupId> <artifactId>mysql-connector-j</artifactId> - <scope>provided</scope> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.dbunit</groupId>