diff options
author | Charles Cole <cc847m@att.com> | 2017-12-07 12:17:17 -0600 |
---|---|---|
committer | Charles Cole <cc847m@att.com> | 2017-12-07 12:17:49 -0600 |
commit | 7cdedcbc4074ea117ce6b489e3f7d5f9e31dc9b2 (patch) | |
tree | d1eadf3737d15f9fe6de9fa6a6eccf16069e59fe /controlloop/common/simulators/pom.xml | |
parent | bd7ee8043627c74f6ea2145dde279313da58261d (diff) |
Remove guard dependency from simulators
Removed the deendency on guard from the guard simulator tests so that
the guard simulator can be used to test guard functionality.
Issue-ID: POLICY-490
Change-Id: Ie67abb85e9844c412c483b1bbf3fb4aa21f3530a
Signed-off-by: Charles Cole <cc847m@att.com>
Diffstat (limited to 'controlloop/common/simulators/pom.xml')
-rw-r--r-- | controlloop/common/simulators/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/controlloop/common/simulators/pom.xml b/controlloop/common/simulators/pom.xml index 89b62cf05..61cffb440 100644 --- a/controlloop/common/simulators/pom.xml +++ b/controlloop/common/simulators/pom.xml @@ -57,12 +57,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.onap.policy.drools-applications</groupId> - <artifactId>guard</artifactId> - <version>${project.version}</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.onap.policy.drools-applications</groupId> <artifactId>vfc</artifactId> <version>${project.version}</version> |