Clean up models-pap based on updates to models-pdp
[policy/models.git] / models-pap / src / main / java / org / onap / policy / models / pap / concepts / PdpDeployPolicies.java
index a292c13..0484cc3 100644 (file)
 package org.onap.policy.models.pap.concepts;
 
 import java.util.List;
-
 import lombok.Getter;
 import lombok.Setter;
 import lombok.ToString;
+import org.onap.policy.models.pdp.concepts.ToscaPolicyIdentifierOptVersion;
 
 /**
  * Request deploy or update a set of policies using the <i>simple</i> PDP Group deployment
@@ -35,5 +35,5 @@ import lombok.ToString;
 @Setter
 @ToString
 public class PdpDeployPolicies {
-    private List<PolicyIdentOptVersion> policies;
+    private List<ToscaPolicyIdentifierOptVersion> policies;
 }