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 /asdctool/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 'asdctool/pom.xml')
-rw-r--r-- | asdctool/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index e6ff5c6221..b685620bab 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -506,12 +506,6 @@ <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> </dependency> - <dependency> - <groupId>org.powermock</groupId> - <artifactId>powermock-module-junit4</artifactId> - <version>${powermock.version}</version> - <scope>test</scope> - </dependency> </dependencies> <build> |