You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2016/07/11 16:04:38 UTC

wicket git commit: Use jetty-server as a dependency for Jetty HTTP2

Repository: wicket
Updated Branches:
  refs/heads/master fc8b23ebb -> 3e3ed7598


Use jetty-server as a dependency for Jetty HTTP2


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/3e3ed759
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/3e3ed759
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/3e3ed759

Branch: refs/heads/master
Commit: 3e3ed7598528b64963259a4cdccde9afb5ec90f7
Parents: fc8b23e
Author: Martin Grigorov (Netwalk) <ma...@valtech.de>
Authored: Mon Jul 11 18:04:04 2016 +0200
Committer: Martin Grigorov (Netwalk) <ma...@valtech.de>
Committed: Mon Jul 11 18:04:04 2016 +0200

----------------------------------------------------------------------
 wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/3e3ed759/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml b/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml
index c9819e5..7d653c5 100644
--- a/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml
+++ b/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml
@@ -39,10 +39,9 @@
 			<version>0.1-SNAPSHOT</version>
 		</dependency>
 		<dependency>
-			<groupId>org.eclipse.jetty.aggregate</groupId>
-			<artifactId>jetty-all</artifactId>
-			<version>9.3.9.M1</version>
-			<type>pom</type>
+			<groupId>org.eclipse.jetty</groupId>
+			<artifactId>jetty-server</artifactId>
+			<version>9.3.10.v20160621</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>