diff --git a/gerrit-gwtui/pom.xml b/gerrit-gwtui/pom.xml
index 70c57400ac..bb0da11644 100644
--- a/gerrit-gwtui/pom.xml
+++ b/gerrit-gwtui/pom.xml
@@ -135,6 +135,19 @@ limitations under the License.
sources
jar
+
+
+
+ javax.validation
+ validation-api
+ provided
+
+
+ javax.validation
+ validation-api
+ sources
+ provided
+
diff --git a/gerrit-gwtui/src/main/java/com/google/gerrit/GerritGwtUI.gwt.xml b/gerrit-gwtui/src/main/java/com/google/gerrit/GerritGwtUI.gwt.xml
index d3d990ccab..8555c75d66 100644
--- a/gerrit-gwtui/src/main/java/com/google/gerrit/GerritGwtUI.gwt.xml
+++ b/gerrit-gwtui/src/main/java/com/google/gerrit/GerritGwtUI.gwt.xml
@@ -32,6 +32,7 @@
+
diff --git a/pom.xml b/pom.xml
index 39c6bcc1c7..03e98302b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,9 +48,9 @@ limitations under the License.
0.12.1.53-g5ec4977
1.1.4
- 1.2.4
+ 1.2.5
1.2.3
- 2.1.1
+ 2.3.0
1.6.1
2.0
7.2.1.v20101111
@@ -361,7 +361,7 @@ limitations under the License.
org.codehaus.mojo
gwt-maven-plugin
- 2.1.0-1
+ 2.3.0
@@ -500,6 +500,20 @@ limitations under the License.
2.0.16
+
+ javax.validation
+ validation-api
+ 1.0.0.GA
+ provided
+
+
+ javax.validation
+ validation-api
+ 1.0.0.GA
+ sources
+ provided
+
+
com.google.code.guice
guice