You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2017/10/30 10:24:46 UTC

wicket git commit: Added Jetty dependencies to run examples with this web server

Repository: wicket
Updated Branches:
  refs/heads/master 7f9079ac8 -> da8d5999f


Added Jetty dependencies to run examples with this web server

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

Branch: refs/heads/master
Commit: da8d5999f89949e2d38856eb315fcc1712d044f1
Parents: 7f9079a
Author: Andrea Del Bene <ad...@apache.org>
Authored: Mon Oct 30 11:23:38 2017 +0100
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Mon Oct 30 11:23:38 2017 +0100

----------------------------------------------------------------------
 wicket-examples/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/da8d5999/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 7849780..29e5908 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -179,6 +179,16 @@
 			<groupId>org.httpunit</groupId>
 			<artifactId>httpunit</artifactId>
 		</dependency>
+		<dependency>
+            <groupId>org.eclipse.jetty</groupId>
+            <artifactId>jetty-webapp</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+		<dependency>
+            <groupId>org.eclipse.jetty</groupId>
+            <artifactId>jetty-server</artifactId>
+            <scope>runtime</scope>
+        </dependency>
 	</dependencies>
 	<build>
 		<resources>