summaryrefslogtreecommitdiffstats
path: root/gerrit-server/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gerrit-server/pom.xml')
-rw-r--r--gerrit-server/pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/gerrit-server/pom.xml b/gerrit-server/pom.xml
index 8f3169a918..db8093cc20 100644
--- a/gerrit-server/pom.xml
+++ b/gerrit-server/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-parent</artifactId>
- <version>2.1.3</version>
+ <version>2.1.4-SNAPSHOT</version>
</parent>
<artifactId>gerrit-server</artifactId>
@@ -54,6 +54,11 @@ limitations under the License.
</dependency>
<dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
</dependency>
@@ -133,6 +138,11 @@ limitations under the License.
<groupId>com.google.gerrit</groupId>
<artifactId>juniversalchardet</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>dk.brics.automaton</groupId>
+ <artifactId>automaton</artifactId>
+ </dependency>
</dependencies>
<build>