From 3269c6633e244d7bc1713c6899c5bfa659ad255a Mon Sep 17 00:00:00 2001 From: Solomon Ayalew <solxget@amazon.com> Date: Wed, 4 Oct 2023 16:09:53 -0700 Subject: [PATCH] removed jars (cherry picked from commit ab86ac7a838c6731f2ad6f0aa02bbaf674e9be84) --- testing/notification-test-core/pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/testing/notification-test-core/pom.xml b/testing/notification-test-core/pom.xml index 993eeecbb..fd0df8f99 100644 --- a/testing/notification-test-core/pom.xml +++ b/testing/notification-test-core/pom.xml @@ -41,23 +41,6 @@ </properties> <dependencies> - <dependency> - <groupId>jakarta.xml.bind</groupId> - <artifactId>jakarta.xml.bind-api</artifactId> - <version>4.0.0</version> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>com.sun.xml.bind</groupId> - <artifactId>jaxb-core</artifactId> - <version>4.0.0</version> - </dependency> - <dependency> - <groupId>com.sun.xml.bind</groupId> - <artifactId>jaxb-impl</artifactId> - <version>4.0.0</version> - </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> -- GitLab