This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push:
new 8c65bfc59 RANGER-5459: remove references to unused library
mysql-connector-java (#820)
8c65bfc59 is described below
commit 8c65bfc59c734102ba1e65749ccd5879e2cf4224
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Sat Jan 24 09:46:11 2026 -0800
RANGER-5459: remove references to unused library mysql-connector-java (#820)
---
agents-common/pom.xml | 4 ----
pom.xml | 7 -------
2 files changed, 11 deletions(-)
diff --git a/agents-common/pom.xml b/agents-common/pom.xml
index a8a78925f..1e74455b3 100644
--- a/agents-common/pom.xml
+++ b/agents-common/pom.xml
@@ -78,10 +78,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- </dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
diff --git a/pom.xml b/pom.xml
index 702b23236..edd92c761 100755
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,6 @@
<maven.version.required>3.6.3</maven.version.required>
<metrics.core.version>3.0.2</metrics.core.version>
<mockito.version>3.12.4</mockito.version>
- <mysql-connector-java.version>5.1.49</mysql-connector-java.version>
<net.minidev.asm.version>1.0.2</net.minidev.asm.version>
<netty-all.version>4.1.124.Final</netty-all.version>
<nimbus-jose-jwt.version>10.0.1</nimbus-jose-jwt.version>
@@ -334,12 +333,6 @@
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco.version}</version>
</dependency>
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>${mysql-connector-java.version}</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>