Updated Branches:
  refs/heads/wicket-6.x f5421bb9f -> 632e4a37c

Upgrade Weld to 2.1.2 to suppress some warnings


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

Branch: refs/heads/wicket-6.x
Commit: 632e4a37c8bacc6756a98c916abbdff37f4e7220
Parents: f5421bb
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Wed Feb 5 09:48:18 2014 +0100
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Wed Feb 5 09:48:18 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/632e4a37/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 162536f..1cb3313 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -124,12 +124,12 @@
                <dependency>
                        <groupId>org.jboss.weld</groupId>
                        <artifactId>weld-core</artifactId>
-                       <version>2.1.0.Final</version>
+                       <version>2.1.2.Final</version>
                </dependency>
                <dependency>
                        <groupId>org.jboss.weld.servlet</groupId>
                        <artifactId>weld-servlet-core</artifactId>
-                       <version>2.1.0.Final</version>
+                       <version>2.1.2.Final</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.wicket</groupId>

Reply via email to