Repository: wicket Updated Branches: refs/heads/master fefe52ca6 -> 0f2d2e626
Add the HTTP2 modules to dependency management. wicket-http2 is packaging=pom. And it is not needed by user applications Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/0f2d2e62 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/0f2d2e62 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/0f2d2e62 Branch: refs/heads/master Commit: 0f2d2e6262ceaac565e68e207898795871caf0f9 Parents: fefe52c Author: Martin Grigorov (Netwalk) <[email protected]> Authored: Mon Jul 11 18:19:24 2016 +0200 Committer: Martin Grigorov (Netwalk) <[email protected]> Committed: Mon Jul 11 18:19:24 2016 +0200 ---------------------------------------------------------------------- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/0f2d2e62/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 86a064c..b49c8ce 100644 --- a/pom.xml +++ b/pom.xml @@ -418,7 +418,19 @@ </dependency> <dependency> <groupId>org.apache.wicket.experimental.wicket8</groupId> - <artifactId>wicket-http2</artifactId> + <artifactId>wicket-http2-jetty</artifactId> + <version>0.1-SNAPSHOT</version> + <type>jar</type> + </dependency> + <dependency> + <groupId>org.apache.wicket.experimental.wicket8</groupId> + <artifactId>wicket-http2-tomcat</artifactId> + <version>0.1-SNAPSHOT</version> + <type>jar</type> + </dependency> + <dependency> + <groupId>org.apache.wicket.experimental.wicket8</groupId> + <artifactId>wicket-http2-undertow</artifactId> <version>0.1-SNAPSHOT</version> <type>jar</type> </dependency>
