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 2017/05/30 20:47:12 UTC

[2/2] wicket git commit: Upgrade Weld to latest 2.x

Upgrade Weld to latest 2.x


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

Branch: refs/heads/master
Commit: 2ec11f18a80b4672d7b00b8fe9152e347fbca61d
Parents: 12305d9
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue May 30 22:43:27 2017 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue May 30 22:47:05 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/2ec11f18/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 38ef753..e4705f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -445,7 +445,7 @@
 			<dependency>
 				<groupId>org.jboss.weld.servlet</groupId>
 				<artifactId>weld-servlet</artifactId>
-				<version>2.2.5.Final</version>
+				<version>2.4.2.SP1</version>
 			</dependency>
 			<dependency>
 				<groupId>org.objenesis</groupId>