diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-09-22 19:48:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-22 19:48:18 +0000 |
commit | cc73cc553b4f083c8f050e29d6aec8d112b07387 (patch) | |
tree | 6b9fe622282e9756fb27b9e1286248a930421f29 /controlloop/common/model-impl/so/pom.xml | |
parent | 24782d90bd18992c4f31b18fd534c60a4a5a3ef8 (diff) | |
parent | 5ee687ecedd616c3e4b83622103232a06c4783c2 (diff) |
Merge "Fix Use Case Testing"
Diffstat (limited to 'controlloop/common/model-impl/so/pom.xml')
-rw-r--r-- | controlloop/common/model-impl/so/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/controlloop/common/model-impl/so/pom.xml b/controlloop/common/model-impl/so/pom.xml index faeb12130..a18030eb7 100644 --- a/controlloop/common/model-impl/so/pom.xml +++ b/controlloop/common/model-impl/so/pom.xml @@ -53,5 +53,11 @@ <artifactId>rest</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.onap.policy.drools-pdp</groupId> + <artifactId>policy-management</artifactId> + <version>${project.version}</version> + <scope>provided</scope> + </dependency> </dependencies> </project> |