Skip to content

Commit c121d5b

Browse files
sudo87shwstppr
andauthored
usage: use runtime scope when running maven usage profile (#10331)
Fixes error running usage server with maven. Signed-off-by: Abhishek Kumar <[email protected]> Co-authored-by: Abhishek Kumar <[email protected]>
1 parent 789f94b commit c121d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.mysql</groupId>
6363
<artifactId>mysql-connector-j</artifactId>
64-
<scope>provided</scope>
64+
<scope>runtime</scope>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.dbunit</groupId>

0 commit comments

Comments
 (0)