diff options
author | Lathish <lathishbabu.ganesan@ericsson.com> | 2018-08-17 11:56:06 +0100 |
---|---|---|
committer | Lathish <lathishbabu.ganesan@ericsson.com> | 2018-08-17 12:01:17 +0100 |
commit | 53d565957de90e11ca3022201f5b6f9d7d3332bb (patch) | |
tree | cd24e2b2b040d0754acf479d0a1d69e44f649bc7 | |
parent | 3e0dee4f5860f299105567071a802733bab531a5 (diff) |
Changed Mockito jar scope to test
Change-Id: I43cdb39233efe947b41d6638547767850b5df32a
Issue-ID: APPC-1157
Signed-off-by: Lathish <lathishbabu.ganesan@ericsson.com>
-rw-r--r-- | appc-client/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/appc-client/pom.xml b/appc-client/pom.xml index fc8e32f4c..9cb52c13f 100644 --- a/appc-client/pom.xml +++ b/appc-client/pom.xml @@ -230,11 +230,6 @@ <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>${mockito-core.version}</version>
- </dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
|