diff options
author | Rodrigo Lima <rodrigo.lima@yoppworks.com> | 2020-05-19 12:10:17 -0400 |
---|---|---|
committer | Rodrigo Lima <rodrigo.lima@yoppworks.com> | 2020-05-19 17:17:52 -0400 |
commit | ed73921b083bddae1692e22cfd8fac5fdc2fd57b (patch) | |
tree | b437a015f1be3395e0997290573b81dbbb32fc8b /catalog-model/pom.xml | |
parent | 3568f4098cc5294c3956b70db3d9d2ee6368fb36 (diff) |
remove powermock dependency from pom xmls
- Remove powermock from pom xml files
- Remove powermock from ActivityLogManagerFactoryImplTest
Issue-ID: SDC-3071
Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com>
Change-Id: I4c4b8b0751f4ce8895617a951429111fc08d8e2e
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 5fd10f7316..051313602f 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -281,18 +281,6 @@ <version>${commons-jci-core.version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.powermock</groupId> - <artifactId>powermock-module-junit4</artifactId> - <version>${powermock.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.powermock</groupId> - <artifactId>powermock-api-mockito-common</artifactId> - <version>1.7.4</version> - <scope>test</scope> - </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> |