From db9eb0814871b7a3c3b16efe0eacaf6e07534d5d Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 30 Jun 2022 22:03:20 +1000 Subject: [PATCH] add jetty-osgi dependency to jetty-p2 to be sure it is included (#8034) * add jetty-osgi dependency to jetty-p2 to be sure it is included Signed-off-by: Olivier Lamy --- jetty-osgi/test-jetty-osgi/pom.xml | 4 ---- jetty-p2/pom.xml | 20 ++++++++++++++++++++ pom.xml | 21 +++++++++++++++++++++ 3 files changed, 41 insertions(+), 4 deletions(-) diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index afdd265ebfa..437843594a5 100644 --- a/jetty-osgi/test-jetty-osgi/pom.xml +++ b/jetty-osgi/test-jetty-osgi/pom.xml @@ -153,7 +153,6 @@ org.eclipse.jetty.osgi jetty-osgi-boot - ${project.version} test @@ -169,7 +168,6 @@ org.eclipse.jetty.osgi jetty-osgi-boot-jsp - ${project.version} test @@ -185,7 +183,6 @@ org.eclipse.jetty.osgi jetty-httpservice - ${project.version} test @@ -346,7 +343,6 @@ org.eclipse.jetty.osgi jetty-osgi-alpn - ${project.version} test diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml index 939deac0873..0845293497a 100644 --- a/jetty-p2/pom.xml +++ b/jetty-p2/pom.xml @@ -47,5 +47,25 @@ ${project.version} pom + + org.eclipse.jetty.osgi + jetty-osgi-alpn + + + org.eclipse.jetty.osgi + jetty-osgi-boot + + + org.eclipse.jetty.osgi + jetty-osgi-boot-jsp + + + org.eclipse.jetty.osgi + jetty-osgi-boot-warurl + + + org.eclipse.jetty.osgi + jetty-httpservice + diff --git a/pom.xml b/pom.xml index 3f453f1239f..20e287f7c75 100644 --- a/pom.xml +++ b/pom.xml @@ -1680,11 +1680,32 @@ jetty-memcached-sessions ${project.version} + + org.eclipse.jetty.osgi + jetty-osgi-alpn + ${project.version} + org.eclipse.jetty.osgi jetty-osgi-boot ${project.version} + + org.eclipse.jetty.osgi + jetty-osgi-boot-jsp + ${project.version} + + + org.eclipse.jetty.osgi + jetty-osgi-boot-warurl + ${project.version} + + + org.eclipse.jetty.osgi + jetty-httpservice + ${project.version} + + org.eclipse.jetty.quic quic-client