diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-17 07:55:30 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-17 07:56:00 -0500 |
commit | 9bb84e47187fef94e028ff9dc374355773205bd3 (patch) | |
tree | a8b35811d3b3be72be31d254d8cd38a1c7e47740 /controlloop/m2/util/pom.xml | |
parent | 887a37c04112fc1613506eb1c6e91bb7bf4abfd2 (diff) |
Update m2 test to mockito2 for JDK 11
Peyton's review was pulled in before Ali's JDK 11 fix. So
unfortunately this update did not get done.
Issue-ID: POLICY-1587
Change-Id: I9666b6e2f2327183e15bfe19d34515d0426c8ff0
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'controlloop/m2/util/pom.xml')
-rw-r--r-- | controlloop/m2/util/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/m2/util/pom.xml b/controlloop/m2/util/pom.xml index 0a45408bd..12f6ba7de 100644 --- a/controlloop/m2/util/pom.xml +++ b/controlloop/m2/util/pom.xml @@ -46,7 +46,7 @@ <dependency> <groupId>org.powermock</groupId> - <artifactId>powermock-api-mockito</artifactId> + <artifactId>powermock-api-mockito2</artifactId> <scope>test</scope> </dependency> |