Point to models 2.2.2 48/104448/1
authorPamela Dragosh <pdragosh@research.att.com>
Wed, 25 Mar 2020 23:59:03 +0000 (19:59 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Wed, 25 Mar 2020 23:59:07 +0000 (19:59 -0400)
Issue-ID: POLICY-2378
Change-Id: Iecf281253baae6548575890f0c919dedc36a3787
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
main/src/test/java/org/onap/policy/pdpx/main/comm/listeners/XacmlPdpStateChangeListenerTest.java
pom.xml

index b49f4e2..a1b7e3e 100644 (file)
@@ -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 e7ff474..d0ec8f8 100644 (file)
--- 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>