diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2018-01-16 10:58:48 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2018-01-16 10:58:55 +0800 |
commit | 3e59dbcba1c6d2e107679024947c55b77ce4d12e (patch) | |
tree | c3a99ed41806295614b2f7782870846b8c253938 /sdclient/discovery-service/dependency-reduced-pom.xml | |
parent | 6c2333a71c1e94f1d565473afd71adcdb54a2d1b (diff) |
Fix Nexus IQ license issue
Issue-ID: MSB-128
Change-Id: I02f6303fd4ded768d30fad875de392fb168ae491
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'sdclient/discovery-service/dependency-reduced-pom.xml')
-rw-r--r-- | sdclient/discovery-service/dependency-reduced-pom.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sdclient/discovery-service/dependency-reduced-pom.xml b/sdclient/discovery-service/dependency-reduced-pom.xml index cb2292a..1560f5b 100644 --- a/sdclient/discovery-service/dependency-reduced-pom.xml +++ b/sdclient/discovery-service/dependency-reduced-pom.xml @@ -85,7 +85,7 @@ <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> - <version>1.5.5</version> + <version>1.6.6</version> <scope>test</scope> <exclusions> <exclusion> @@ -97,17 +97,21 @@ <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> - <version>1.5.5</version> + <version>1.6.6</version> <scope>test</scope> <exclusions> <exclusion> - <artifactId>mockito-all</artifactId> + <artifactId>mockito-core</artifactId> <groupId>org.mockito</groupId> </exclusion> <exclusion> - <artifactId>powermock-api-support</artifactId> + <artifactId>powermock-api-mockito-common</artifactId> <groupId>org.powermock</groupId> </exclusion> + <exclusion> + <artifactId>hamcrest-core</artifactId> + <groupId>org.hamcrest</groupId> + </exclusion> </exclusions> </dependency> </dependencies> |