From aa4ab2ae5bc11a8fa0e86d9b32f94b2733721eee Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 25 Mar 2020 19:59:03 -0400 Subject: [PATCH] Point to models 2.2.2 Issue-ID: POLICY-2378 Change-Id: Iecf281253baae6548575890f0c919dedc36a3787 Signed-off-by: Pamela Dragosh --- .../pdpx/main/comm/listeners/XacmlPdpStateChangeListenerTest.java | 5 ++--- pom.xml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/main/src/test/java/org/onap/policy/pdpx/main/comm/listeners/XacmlPdpStateChangeListenerTest.java b/main/src/test/java/org/onap/policy/pdpx/main/comm/listeners/XacmlPdpStateChangeListenerTest.java index b49f4e29..a1b7e3e6 100644 --- a/main/src/test/java/org/onap/policy/pdpx/main/comm/listeners/XacmlPdpStateChangeListenerTest.java +++ b/main/src/test/java/org/onap/policy/pdpx/main/comm/listeners/XacmlPdpStateChangeListenerTest.java @@ -1,6 +1,6 @@ /*- * ============LICENSE_START======================================================= - * Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. + * Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ package org.onap.policy.pdpx.main.comm.listeners; -import static org.mockito.Matchers.any; +import static org.mockito.ArgumentMatchers.any; import static org.mockito.Mockito.never; import static org.mockito.Mockito.verify; import static org.mockito.Mockito.when; @@ -34,7 +34,6 @@ import org.onap.policy.common.endpoints.event.comm.client.TopicSinkClient; import org.onap.policy.models.pdp.concepts.PdpStateChange; import org.onap.policy.models.pdp.concepts.PdpStatus; import org.onap.policy.pdpx.main.XacmlState; -import org.onap.policy.pdpx.main.comm.listeners.XacmlPdpStateChangeListener; public class XacmlPdpStateChangeListenerTest { private static final String TOPIC = "my-topic"; diff --git a/pom.xml b/pom.xml index e7ff474e..d0ec8f86 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ 1.6.2 - 2.2.1 + 2.2.2 -- 2.16.6