HADOOP-12235 hadoop-openstack junit & mockito dependencies should be "provided". (Ted Yu via stevel)
This commit is contained in:
parent
176131f12b
commit
05130e94c5
@ -969,6 +969,9 @@ Release 2.8.0 - UNRELEASED
|
|||||||
HADOOP-12240. Fix tests requiring native library to be skipped in non-native
|
HADOOP-12240. Fix tests requiring native library to be skipped in non-native
|
||||||
profile. (Masatake Iwasaki via ozawa)
|
profile. (Masatake Iwasaki via ozawa)
|
||||||
|
|
||||||
|
HADOOP-12235 hadoop-openstack junit & mockito dependencies should be
|
||||||
|
"provided". (Ted Yu via stevel)
|
||||||
|
|
||||||
Release 2.7.2 - UNRELEASED
|
Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -128,12 +128,12 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<scope>compile</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mockito</groupId>
|
<groupId>org.mockito</groupId>
|
||||||
<artifactId>mockito-all</artifactId>
|
<artifactId>mockito-all</artifactId>
|
||||||
<scope>compile</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.guava</groupId>
|
<groupId>com.google.guava</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user