diff options
author | Jim Hahn <jrh3@att.com> | 2020-01-10 16:59:48 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-01-10 17:11:58 -0500 |
commit | fe23721d28abc621637eabc8f0d58e777f706661 (patch) | |
tree | 1bf9ce420dcafa99b13d97b5011c731f5d0e1f90 /utils | |
parent | 613946040a9e49bed487b5946f925bb6f22c5ee8 (diff) |
Fix mockito import in common
ONAP-Logging was failing when using powermock-mockito2.
This change also requires a property (version.javax.bind) to be
added to the parent/integration pom.
Issue-ID: POLICY-1406
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: If8813edaf86d84cff72c0e476ebf2a36bf5dcf18
Diffstat (limited to 'utils')
-rw-r--r-- | utils/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index fa46a182..ef059147 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -34,6 +34,11 @@ <dependencies> <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>${version.javax.bind}</version> + </dependency> + <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> </dependency> |