From b54ba94a8251e41963109483c0fce4b00698415c Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 10 Sep 2024 09:02:52 +1000 Subject: [PATCH] add direct dependency Signed-off-by: Olivier Lamy --- tests/test-distribution/test-distribution-common/pom.xml | 1 - tests/test-distribution/test-ee11-distribution/pom.xml | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/test-distribution/test-distribution-common/pom.xml b/tests/test-distribution/test-distribution-common/pom.xml index 712cf3ac49b..fef3a356f7a 100644 --- a/tests/test-distribution/test-distribution-common/pom.xml +++ b/tests/test-distribution/test-distribution-common/pom.xml @@ -247,7 +247,6 @@ org.apache.maven.plugins maven-jar-plugin - ${maven.jar.plugin.version} diff --git a/tests/test-distribution/test-ee11-distribution/pom.xml b/tests/test-distribution/test-ee11-distribution/pom.xml index 1b91c48eab8..a2135bfff1d 100644 --- a/tests/test-distribution/test-ee11-distribution/pom.xml +++ b/tests/test-distribution/test-ee11-distribution/pom.xml @@ -71,6 +71,11 @@ test-jar test + + org.eclipse.jetty.tests + test-distribution-common + test +