This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new 7bdf54efb Remove mysql jdbc driver jar because of license
incompatibility. (#3877)
7bdf54efb is described below
commit 7bdf54efb2ce2867a6ec73b0d414c453c768d737
Author: Kerwin <[email protected]>
AuthorDate: Wed Jul 17 12:20:27 2024 +0800
Remove mysql jdbc driver jar because of license incompatibility. (#3877)
Co-authored-by: benjobs <[email protected]>
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index f8602be1e..331f7d285 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,6 +240,7 @@
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql.version}</version>
+ <scope>test</scope>
</dependency>
<dependency>