commit | ec348b97648f1e927365d17d376495bbd2b39c67 | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Thu Feb 11 17:06:38 2021 -0500 |
committer | Jim Hahn <jrh3@att.com> | Thu Feb 11 17:09:55 2021 -0500 |
tree | b81f91fedc7e774ac8c055950577d21b5f21be62 | |
parent | b7097d21c25a48c9d209548ac8afdc09b1679457 [diff] |
Fix sonars from depeendency upgrade The dependency upgrades in policy-parent caused some new sonars. In particular, initMocks() has been deprecated - replaced with calls to the Mockito Runner, in most cases. Changed to openMocks() in one case and removed unnecessary stubbings. Issue-ID: POLICY-2905 Change-Id: I9aa098aa7aaebba09f6dcea4cac69ac1e5fbd4d6 Signed-off-by: Jim Hahn <jrh3@att.com>
Copyright 2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy Model code that is agnostic to any PDP. It is common amongst all the repositories.
To build it using Maven 3, run: mvn clean install