This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch ranger-2.8
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.8 by this push:
     new 19af38e2e RANGER-5459: remove references to unused library 
mysql-connector-java (#820)
19af38e2e is described below

commit 19af38e2ef5b826454be85c40cd1fea88a6809b1
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)
    
    (cherry picked from commit 8c65bfc59c734102ba1e65749ccd5879e2cf4224)
---
 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 1b811a8be..bdf5ed136 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 f5b4e3de8..d35fc57d7 100755
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,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>
@@ -331,12 +330,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>

Reply via email to