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

snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 4b380a50 Nit: Remove unneeded bundle (#738)
4b380a50 is described below

commit 4b380a50da44f9c138df6cab6895306a93dc34fc
Author: Robert Stupp <[email protected]>
AuthorDate: Tue Jan 14 12:31:54 2025 +0100

    Nit: Remove unneeded bundle (#738)
    
    ... after #714
---
 extension/persistence/eclipselink/build.gradle.kts | 5 -----
 gradle/libs.versions.toml                          | 1 -
 quarkus/service/build.gradle.kts                   | 3 ---
 3 files changed, 9 deletions(-)

diff --git a/extension/persistence/eclipselink/build.gradle.kts 
b/extension/persistence/eclipselink/build.gradle.kts
index 689cb344..80bd7c61 100644
--- a/extension/persistence/eclipselink/build.gradle.kts
+++ b/extension/persistence/eclipselink/build.gradle.kts
@@ -67,11 +67,6 @@ dependencies {
 
   testImplementation(libs.h2)
   testImplementation(testFixtures(project(":polaris-core")))
-
-  testImplementation(platform(libs.junit.bom))
-  testImplementation(libs.bundles.junit.testing)
-  testRuntimeOnly("org.junit.jupiter:junit-jupiter")
-  testRuntimeOnly("org.junit.platform:junit-platform-launcher")
 }
 
 tasks.register<Jar>("createTestConfJar") {
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index b428b009..0daf5a88 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -27,7 +27,6 @@ slf4j = "2.0.16"
 swagger = "1.6.14"
 
 [bundles]
-junit-testing = ["assertj-core", "mockito-core", "mockito-junit-jupiter", 
"junit-jupiter-api", "junit-jupiter-params", "junit-platform-reporting"]
 
 
 [libraries]
diff --git a/quarkus/service/build.gradle.kts b/quarkus/service/build.gradle.kts
index be3fd2c7..a49c8326 100644
--- a/quarkus/service/build.gradle.kts
+++ b/quarkus/service/build.gradle.kts
@@ -107,9 +107,6 @@ dependencies {
   testImplementation("software.amazon.awssdk:kms")
   testImplementation("software.amazon.awssdk:dynamodb")
 
-  testImplementation(platform(libs.junit.bom))
-  testImplementation(libs.bundles.junit.testing)
-
   testImplementation(platform(libs.quarkus.bom))
   testImplementation("io.quarkus:quarkus-junit5")
   testImplementation("io.quarkus:quarkus-junit5-mockito")

Reply via email to