From 8e4c6b7fdddb0df81225a794aac7d12f984f413d Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Wed, 11 Jun 2014 18:23:51 +0200 Subject: Put some more flesh on the HTTP2 implementation. --- jetty-http2/http2-client/pom.xml | 78 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 jetty-http2/http2-client/pom.xml (limited to 'jetty-http2/http2-client/pom.xml') diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml new file mode 100644 index 0000000000..42ef50da4e --- /dev/null +++ b/jetty-http2/http2-client/pom.xml @@ -0,0 +1,78 @@ + + + + org.eclipse.jetty.http2 + http2-parent + 10.0.0-SNAPSHOT + + + 4.0.0 + http2-client + Jetty :: HTTP2 :: Client + + + + + org.apache.felix + maven-bundle-plugin + true + + + + manifest + + + + javax.servlet.*;version="[2.6.0,3.2)",javax.net.*,* + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + + + + + org.eclipse.jetty.http2 + http2-common + ${project.version} + + + + org.eclipse.jetty.toolchain + jetty-test-helper + test + + + org.eclipse.jetty + jetty-server + ${project.version} + test + + + org.eclipse.jetty + jetty-servlet + ${project.version} + test + + + org.eclipse.jetty.http2 + http2-server + ${project.version} + test + + + + -- cgit v1.2.3