diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-09-09 10:47:28 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-09-09 10:47:28 -0500 |
commit | 58b933afb24454bffbabf4645fc0c6fe20f8f949 (patch) | |
tree | cc24e6fe0823ac58b9461828adcc2ac4cffdc484 /controlloop/common/controller-tdjam/src | |
parent | bd1aeca6934e8ec191994ea55129a439239f88bb (diff) |
delete guard dependency for tdjam
staging job fails as there is no guard dependency.
Issue-ID: POLICY-2789
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I4d803e269c7199ddeb2ebb52df5368259e4f22cd
Diffstat (limited to 'controlloop/common/controller-tdjam/src')
-rw-r--r-- | controlloop/common/controller-tdjam/src/test/java/org/onap/policy/controlloop/tdjam/TdjamControllerTest.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/controlloop/common/controller-tdjam/src/test/java/org/onap/policy/controlloop/tdjam/TdjamControllerTest.java b/controlloop/common/controller-tdjam/src/test/java/org/onap/policy/controlloop/tdjam/TdjamControllerTest.java index 5edba8701..1426865c6 100644 --- a/controlloop/common/controller-tdjam/src/test/java/org/onap/policy/controlloop/tdjam/TdjamControllerTest.java +++ b/controlloop/common/controller-tdjam/src/test/java/org/onap/policy/controlloop/tdjam/TdjamControllerTest.java @@ -39,9 +39,6 @@ import org.junit.AfterClass; import org.junit.BeforeClass; import org.junit.Test; import org.onap.policy.controlloop.CanonicalOnset; -import org.onap.policy.controlloop.VirtualControlLoopNotification; -import org.onap.policy.controlloop.common.rules.test.Listener; -import org.onap.policy.controlloop.common.rules.test.Topics; import org.onap.policy.controlloop.drl.legacy.ControlLoopParams; import org.onap.policy.drools.controller.DroolsControllerConstants; import org.onap.policy.drools.system.PolicyControllerConstants; |