This is an automated email from the ASF dual-hosted git repository.
pzampino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new 2a8a8a8c9 KNOX-3055: Change MySQL connector dependency scope to
provided (#930)
2a8a8a8c9 is described below
commit 2a8a8a8c97eccc49291b983522371baddaf05a0f
Author: hanicz <[email protected]>
AuthorDate: Sat Aug 24 00:00:06 2024 +0200
KNOX-3055: Change MySQL connector dependency scope to provided (#930)
---
gateway-server/pom.xml | 1 +
pom.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/gateway-server/pom.xml b/gateway-server/pom.xml
index f1444ba3e..e85cd5fd3 100644
--- a/gateway-server/pom.xml
+++ b/gateway-server/pom.xml
@@ -426,6 +426,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
diff --git a/pom.xml b/pom.xml
index 03dfbb0d9..0dd6e2463 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2240,6 +2240,7 @@
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>