Add http2-client dependency for alpn-client
diff --git a/jetty.bundles.f.source/feature.xml b/jetty.bundles.f.source/feature.xml
index f12d473..e3cac02 100644
--- a/jetty.bundles.f.source/feature.xml
+++ b/jetty.bundles.f.source/feature.xml
@@ -184,6 +184,13 @@
          unpack="false"/>
 
    <plugin
+         id="org.eclipse.jetty.alpn.client.source"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
          id="org.eclipse.jetty.http2.client.source"
          download-size="0"
          install-size="0"
diff --git a/jetty.bundles.f/feature.xml b/jetty.bundles.f/feature.xml
index 7df404b..c4764f0 100644
--- a/jetty.bundles.f/feature.xml
+++ b/jetty.bundles.f/feature.xml
@@ -215,6 +215,13 @@
          unpack="false"/>
 
    <plugin
+         id="org.eclipse.jetty.alpn.client"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
          id="org.eclipse.jetty.http2.client.http"
          download-size="0"
          install-size="0"
diff --git a/pom.xml b/pom.xml
index f059824..18684a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,6 +211,11 @@
       <version>${jetty-version}</version>
     </dependency>
     <dependency>
+      <groupId>org.eclipse.jetty.alpn</groupId>
+      <artifactId>alpn-client</artifactId>
+      <version>${jetty-version}</version>
+    </dependency>
+    <dependency>
       <groupId>org.eclipse.jetty.http2</groupId>
       <artifactId>http2-http-client-transport</artifactId>
       <version>${jetty-version}</version>
@@ -465,6 +470,12 @@
       <classifier>sources</classifier>
     </dependency>
   <dependency>
+      <groupId>org.eclipse.jetty.alpn</groupId>
+      <artifactId>alpn-client</artifactId>
+      <version>${jetty-version}</version>
+      <classifier>sources</classifier>
+    </dependency>
+  <dependency>
       <groupId>org.eclipse.jetty.http2</groupId>
       <artifactId>http2-http-client-transport</artifactId>
       <version>${jetty-version}</version>