diff options
author | Benjamin, Max <max.benjamin@att.com> | 2020-01-10 10:16:16 -0500 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-01-10 10:16:22 -0500 |
commit | 7d6464baa60086d83c7f3c4f2034175b14158e0d (patch) | |
tree | e45cea9e87b461dcbd38333dbe270dd0de6a258e /mso-catalog-db/pom.xml | |
parent | 9d77758d706d13c1c2ea46ada1837d757adbf9ba (diff) |
removed powermock dependecy and added it to
removed powermock dependecy and added it to enforcer plugin
Issue-ID: SO-2597
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ib2dff9818fffaef1b356db03795fdca238dfed75
Diffstat (limited to 'mso-catalog-db/pom.xml')
-rw-r--r-- | mso-catalog-db/pom.xml | 12 |
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> |