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 2014/08/15 14:42:01 UTC

git commit: Add Expression Language impl to be able to start the examples in embedded Jetty (StartExamples.java)

Repository: wicket
Updated Branches:
  refs/heads/master 42e6ae404 -> 76498a316


Add Expression Language impl to be able to start the examples in embedded Jetty (StartExamples.java)


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

Branch: refs/heads/master
Commit: 76498a316bdd8d8ceef597a7d08d2380a4e42b14
Parents: 42e6ae4
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Aug 15 14:41:19 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Aug 15 14:41:19 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/76498a31/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 8fbf309..be816fc 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -118,6 +118,13 @@
 			<groupId>org.eclipse.jetty.aggregate</groupId>
 			<artifactId>jetty-all-server</artifactId>
 		</dependency>
+		<!-- EL impl for bean validation demo -->
+		<dependency>
+			<groupId>org.glassfish</groupId>
+			<artifactId>javax.el</artifactId>
+			<version>3.0.1-b05</version>
+			<scope>test</scope>
+		</dependency>
 		<dependency>
 			<groupId>org.slf4j</groupId>
 			<artifactId>jcl-over-slf4j</artifactId>