Skip to content

Commit 5223561

Browse files
[KYUUBI #7379][2b/4] Move mysql-connector-j to test scope
MySQL Connector/J is GPL-licensed and cannot be bundled in an Apache binary release. Users who need the MySQL/StarRocks datasource at runtime should provide the driver jar themselves on the engine classpath. Addresses review feedback on #7417.
1 parent ce4eecc commit 5223561

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • externals/kyuubi-data-agent-engine

externals/kyuubi-data-agent-engine/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,11 @@
7676
<version>${sqlite.version}</version>
7777
</dependency>
7878

79-
<!-- MySQL JDBC driver (also works for StarRocks) -->
79+
<!-- MySQL JDBC driver (test scope: GPL-licensed, cannot be bundled in Apache binary release) -->
8080
<dependency>
8181
<groupId>com.mysql</groupId>
8282
<artifactId>mysql-connector-j</artifactId>
83+
<scope>test</scope>
8384
</dependency>
8485

8586
<!-- Trino JDBC driver -->

0 commit comments

Comments
 (0)