aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/feature-controlloop-trans/pom.xml
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2019-04-14 21:41:14 -0500
committerjhh <jorge.hernandez-herrero@att.com>2019-04-14 21:41:14 -0500
commit50be587b3604c958faa438cd587364da8f49d9a7 (patch)
tree59b60775d725e841bc0a08d2ea6cf2d4f2e72e42 /controlloop/common/feature-controlloop-trans/pom.xml
parent84286faf575e4311720829c1df101614a769a240 (diff)
Modify dependencies to avoid enabled features fail
The drl change is only partial just to recognize Tosca policies. Change-Id: I5d3b8071394a9ea14638170e04d74e4c6b4ad028 Issue-ID: POLICY-1642 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'controlloop/common/feature-controlloop-trans/pom.xml')
-rw-r--r--controlloop/common/feature-controlloop-trans/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/common/feature-controlloop-trans/pom.xml b/controlloop/common/feature-controlloop-trans/pom.xml
index 4d9080616..915636e6b 100644
--- a/controlloop/common/feature-controlloop-trans/pom.xml
+++ b/controlloop/common/feature-controlloop-trans/pom.xml
@@ -106,7 +106,6 @@
<excludes>
</excludes>
<consoleOutput>true</consoleOutput>
- <failsOnViolation>true</failsOnViolation>
<violationSeverity>warning</violationSeverity>
</configuration>
</execution>
@@ -128,6 +127,7 @@
<groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
<artifactId>events</artifactId>
<version>${policy.models.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>