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

snuyanzin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 0383d2c4 [hotfix] Remove unused JUnit 4 dependencies
0383d2c4 is described below

commit 0383d2c45d0abecc3c7826b18b201463241d6a13
Author: Purushottam Sinha <[email protected]>
AuthorDate: Thu Jul 30 13:43:31 2026 +0530

    [hotfix] Remove unused JUnit 4 dependencies
    
    No test code uses JUnit 4 APIs; the vintage engine and junit4
    dependency management entries were leftover from the JUnit 5
    migration.
    
    Generated-by: Claude Code (claude-sonnet-5)
---
 pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index a21db8ef..433b892c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,6 @@ under the License.
         <scala.binary.version>2.12</scala.binary.version>
         <scala-library.version>2.12.7</scala-library.version>
         <jackson-bom.version>2.13.4.20221013</jackson-bom.version>
-        <junit4.version>4.13.2</junit4.version>
         <junit5.version>5.10.1</junit5.version>
         <assertj.version>3.24.2</assertj.version>
         <testcontainers.version>1.20.1</testcontainers.version>
@@ -117,12 +116,6 @@ under the License.
             <scope>test</scope>
         </dependency>
 
-        <dependency>
-            <groupId>org.junit.vintage</groupId>
-            <artifactId>junit-vintage-engine</artifactId>
-            <scope>test</scope>
-        </dependency>
-
         <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
@@ -284,12 +277,6 @@ under the License.
                 <scope>import</scope>
             </dependency>
 
-            <dependency>
-                <groupId>junit</groupId>
-                <artifactId>junit</artifactId>
-                <version>${junit4.version}</version>
-            </dependency>
-
             <dependency>
                 <groupId>org.assertj</groupId>
                 <artifactId>assertj-core</artifactId>

Reply via email to