From 69728c377353159f926fdc03a78e7d90d20ad105 Mon Sep 17 00:00:00 2001 From: Lachlan Roberts Date: Mon, 3 Jul 2023 09:33:20 +1000 Subject: [PATCH] fix test failure and cleanup jetty core client pom.xml Signed-off-by: Lachlan Roberts --- .../jetty-websocket-jetty-client/pom.xml | 20 ------------------- .../tests/distribution/DistributionTests.java | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml b/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml index 1ff67787c5c9..d1248c4db9f3 100644 --- a/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml +++ b/jetty-core/jetty-websocket/jetty-websocket-jetty-client/pom.xml @@ -14,26 +14,6 @@ ${project.groupId}.client - - - - org.apache.felix - maven-bundle-plugin - true - - - - osgi.extender; filter:="(osgi.extender=osgi.serviceloader.registrar)" - - - osgi.serviceloader; osgi.serviceloader=org.eclipse.jetty.ee10.webapp.Configuration - - - - - - - org.eclipse.jetty.websocket diff --git a/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DistributionTests.java b/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DistributionTests.java index c0a311626db8..582609f26d9f 100644 --- a/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DistributionTests.java +++ b/tests/test-distribution/test-distribution-common/src/test/java/org/eclipse/jetty/tests/distribution/DistributionTests.java @@ -367,7 +367,7 @@ public void testWebsocketClientInWebappProvidedByServer(String scheme, String en toEnvironment("websocket-jakarta", env), toEnvironment("deploy", env), toEnvironment("apache-jsp", env), - toEnvironment("websocket-jetty-client", env) + toEnvironment("websocket-jetty-client-webapp", env) ); try (JettyHomeTester.Run run1 = distribution.start("--approve-all-licenses", "--add-modules=" + mods)) {