aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-03-25 19:59:03 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-03-25 19:59:07 -0400
commitaa4ab2ae5bc11a8fa0e86d9b32f94b2733721eee (patch)
tree28228298fa554baf1591553bf054309a868f8000
parent6b7ed40fe602002c1e49a706db929308a9909502 (diff)
Point to models 2.2.2
Issue-ID: POLICY-2378 Change-Id: Iecf281253baae6548575890f0c919dedc36a3787 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--main/src/test/java/org/onap/policy/pdpx/main/comm/listeners/XacmlPdpStateChangeListenerTest.java5
-rw-r--r--pom.xml2
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 @@
<properties>
<policy.common.version>1.6.2</policy.common.version>
- <policy.models.version>2.2.1</policy.models.version>
+ <policy.models.version>2.2.2</policy.models.version>
</properties>
<modules>