aboutsummaryrefslogtreecommitdiffstats
path: root/mso-catalog-db/pom.xml
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2020-01-13 13:58:09 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-13 13:58:09 +0000
commit5d2f4ffdd476e63b96d322058d733da54b4b94d0 (patch)
tree1f61cd1f34f855ad80a666273f2f542b6556b0c8 /mso-catalog-db/pom.xml
parentbb219dc0894bb60eaeb242f51b9a382228031081 (diff)
parent7d6464baa60086d83c7f3c4f2034175b14158e0d (diff)
Merge "removed powermock dependecy and added it to"
Diffstat (limited to 'mso-catalog-db/pom.xml')
-rw-r--r--mso-catalog-db/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/mso-catalog-db/pom.xml b/mso-catalog-db/pom.xml
index 610ed25096..6a4a6774e6 100644
--- a/mso-catalog-db/pom.xml
+++ b/mso-catalog-db/pom.xml
@@ -107,17 +107,5 @@
<artifactId>jersey-common</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- <version>2.28.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.powermock</groupId>
- <artifactId>powermock-api-mockito2</artifactId>
- <version>2.0.4</version>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>