Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2015-03-02 12:06:16 +0000
committerSimone Bordet2015-03-02 12:17:26 +0000
commit9f769950869ab639fdb084a66da5369ba42a613a (patch)
treec7ceb194673d89a60be0033c250e4e994c53fc3d /jetty-http2/pom.xml
parent46bcc31f3b55270dfa8570cd72a0c93bdadbce05 (diff)
downloadorg.eclipse.jetty.project-9f769950869ab639fdb084a66da5369ba42a613a.tar.gz
org.eclipse.jetty.project-9f769950869ab639fdb084a66da5369ba42a613a.tar.xz
org.eclipse.jetty.project-9f769950869ab639fdb084a66da5369ba42a613a.zip
Restored ALPN tests.
Diffstat (limited to 'jetty-http2/pom.xml')
-rw-r--r--jetty-http2/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index 82bdb9ebd2..f4e96f7075 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -13,12 +13,12 @@
<name>Jetty :: HTTP2</name>
<modules>
- <module>http2-hpack</module>
- <module>http2-common</module>
+ <module>http2-alpn-tests</module>
<module>http2-client</module>
- <module>http2-server</module>
+ <module>http2-common</module>
+ <module>http2-hpack</module>
<module>http2-http-client-transport</module>
+ <module>http2-server</module>
</modules>
-
</project>

Back to the top