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 2013/11/26 11:04:27 UTC

git commit: Upgrade Weld to fix the CDI wicket examples

Updated Branches:
  refs/heads/master 8eaceb3df -> 8923bdfa1


Upgrade Weld to fix the CDI wicket examples


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

Branch: refs/heads/master
Commit: 8923bdfa16bc73f488bdeaba451ebbe3c1d29055
Parents: 8eaceb3
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Nov 26 11:03:36 2013 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Nov 26 11:03:36 2013 +0100

----------------------------------------------------------------------
 wicket-examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/8923bdfa/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 183abc7..b1f2631 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -134,7 +134,7 @@
 		<dependency>
 			<groupId>org.jboss.weld.servlet</groupId>
 			<artifactId>weld-servlet</artifactId>
-			<version>2.0.0.SP1</version>
+			<version>2.1.0.Final</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.wicket</groupId>