aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/org
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-09-22 16:52:51 +0200
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-09-22 17:06:07 +0200
commitc06db6e74139422b874ce0365842624ecde81f8d (patch)
treeaf6a3155aeb9e3ac1b24ffdec93d797fe1b0bcca /src/test/java/org
parentba999c6a87e5ea1333a1516853fd1969c587ce15 (diff)
Remove the Policy Dep Snapshot
The policy dependencies have been changed to refer to non snapshot packages. Some java packages have been updated too. Change-Id: Id70a0247b859368c642a73fa59bbda93bf9904ae Issue-ID: CLAMP-55 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/test/java/org')
-rw-r--r--src/test/java/org/onap/clamp/clds/client/req/OperationalPolicyReqTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/java/org/onap/clamp/clds/client/req/OperationalPolicyReqTest.java b/src/test/java/org/onap/clamp/clds/client/req/OperationalPolicyReqTest.java
index cf1fc98e..d4584436 100644
--- a/src/test/java/org/onap/clamp/clds/client/req/OperationalPolicyReqTest.java
+++ b/src/test/java/org/onap/clamp/clds/client/req/OperationalPolicyReqTest.java
@@ -31,8 +31,8 @@ import java.util.ArrayList;
import java.util.List;
import org.junit.Test;
-import org.onap.policy.asdc.Resource;
-import org.onap.policy.asdc.ResourceType;
+import org.onap.policy.sdc.Resource;
+import org.onap.policy.sdc.ResourceType;
import org.onap.policy.controlloop.policy.PolicyResult;
public class OperationalPolicyReqTest {