429987 Missing package: org.eclipse.jetty.spdy.http in osgi download
diff --git a/jetty.bundles.f.source/feature.xml b/jetty.bundles.f.source/feature.xml
index 6071414..f255f99 100644
--- a/jetty.bundles.f.source/feature.xml
+++ b/jetty.bundles.f.source/feature.xml
@@ -189,6 +189,13 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.jetty.spdy.http.common.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
<plugin
id="org.eclipse.jetty.spdy.http.server.source"
download-size="0"
diff --git a/jetty.bundles.f/feature.xml b/jetty.bundles.f/feature.xml
index 4c231f4..152da67 100644
--- a/jetty.bundles.f/feature.xml
+++ b/jetty.bundles.f/feature.xml
@@ -215,6 +215,13 @@
unpack="false"/>
<plugin
+ id="org.eclipse.jetty.spdy.http.common"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.jetty.spdy.http.server"
download-size="0"
install-size="0"
diff --git a/pom.xml b/pom.xml
index 2cd1598..6d61264 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,6 +224,11 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.spdy</groupId>
+ <artifactId>spdy-http-common</artifactId>
+ <version>${jetty-version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty.spdy</groupId>
<artifactId>spdy-http-server</artifactId>
<version>${jetty-version}</version>
</dependency>
@@ -468,6 +473,12 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.spdy</groupId>
+ <artifactId>spdy-http-common</artifactId>
+ <version>${jetty-version}</version>
+ <classifier>sources</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty.spdy</groupId>
<artifactId>spdy-http-server</artifactId>
<version>${jetty-version}</version>
<classifier>sources</classifier>