HADOOP-12541. make re2j dependency consistent (Matthew Paduano via aw)
This commit is contained in:
parent
d565480da2
commit
6e0d353235
@ -251,6 +251,8 @@ Trunk (Unreleased)
|
||||
|
||||
HADOOP-12133. Add schemas to Maven Assembly XMLs (Gábor Lipták via aw)
|
||||
|
||||
HADOOP-12541. make re2j dependency consistent (Matthew Paduano via aw)
|
||||
|
||||
BUG FIXES
|
||||
|
||||
HADOOP-11473. test-patch says "-1 overall" even when all checks are +1
|
||||
|
@ -194,7 +194,6 @@
|
||||
<dependency>
|
||||
<groupId>com.google.re2j</groupId>
|
||||
<artifactId>re2j</artifactId>
|
||||
<version>${re2j.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -799,6 +799,11 @@
|
||||
<artifactId>ant</artifactId>
|
||||
<version>1.8.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.re2j</groupId>
|
||||
<artifactId>re2j</artifactId>
|
||||
<version>${re2j.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user