summaryrefslogtreecommitdiffstats
path: root/gerrit-war/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gerrit-war/pom.xml')
-rw-r--r--gerrit-war/pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/gerrit-war/pom.xml b/gerrit-war/pom.xml
index 2d85b7488b..733d976a87 100644
--- a/gerrit-war/pom.xml
+++ b/gerrit-war/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-parent</artifactId>
- <version>2.1-SNAPSHOT</version>
+ <version>2.4-SNAPSHOT</version>
</parent>
<artifactId>gerrit-war</artifactId>
@@ -53,7 +53,7 @@ limitations under the License.
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-main</artifactId>
<version>${project.version}</version>
- <scope>provided</scope>
+ <scope>runtime</scope>
</dependency>
<dependency>
@@ -82,6 +82,12 @@ limitations under the License.
<dependency>
<groupId>com.google.gerrit</groupId>
+ <artifactId>gerrit-openid</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.google.gerrit</groupId>
<artifactId>gerrit-sshd</artifactId>
<version>${project.version}</version>
</dependency>