From afed9af4bbb0a70128cf78fd4e80f185c69d38ec Mon Sep 17 00:00:00 2001 From: Peter Thomas Date: Mon, 3 Jul 2023 11:17:18 +0530 Subject: [PATCH] revert some changes that broke karate-core jar the classifier all works but using the core jar causes class not found errors suspect the maven shade plugin upgrade to be the culprit --- karate-core/pom.xml | 2 +- karate-e2e-tests/pom.xml | 4 +--- pom.xml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/karate-core/pom.xml b/karate-core/pom.xml index a9ac00ef5..fd1e2a1f2 100644 --- a/karate-core/pom.xml +++ b/karate-core/pom.xml @@ -35,7 +35,7 @@ com.linecorp.armeria armeria - 1.24.1 + 1.23.1 org.apache.httpcomponents diff --git a/karate-e2e-tests/pom.xml b/karate-e2e-tests/pom.xml index f45eae5b9..8c1f064f4 100755 --- a/karate-e2e-tests/pom.xml +++ b/karate-e2e-tests/pom.xml @@ -15,9 +15,7 @@ com.intuit.karate karate-core ${project.version} - test - - all + test org.junit.jupiter diff --git a/pom.xml b/pom.xml index caceaab13..d790a7e97 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ 11 3.11.0 3.0.0 - 3.5.0 + 3.2.4 5.9.3 1.6.13 5.3.19