aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/feature-controlloop-management/pom.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jorge.hernandez-herrero@att.com>2019-01-07 11:21:18 -0600
committerJorge Hernandez <jorge.hernandez-herrero@att.com>2019-01-08 10:47:26 -0600
commitbdc051bb70262daca12cd0c2e5fcc6bcf795996c (patch)
tree2e03a01315a8d85b33bcfaf1be4e65a296be52dc /controlloop/common/feature-controlloop-management/pom.xml
parente267989037b13886126bf8037889de1020bbc113 (diff)
Restructuring packaged features installation
Some cleaning on the installation. feature-controlloop-management will be installed by default and will contain new capabilities plus common functionality from amsterdam and casablanca. Change-Id: Ic751d3002b5b05342138c77f61209b6c32010ce9 Issue-ID: POLICY-1367 Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'controlloop/common/feature-controlloop-management/pom.xml')
-rw-r--r--controlloop/common/feature-controlloop-management/pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/controlloop/common/feature-controlloop-management/pom.xml b/controlloop/common/feature-controlloop-management/pom.xml
index aed6563b2..ed145ac6a 100644
--- a/controlloop/common/feature-controlloop-management/pom.xml
+++ b/controlloop/common/feature-controlloop-management/pom.xml
@@ -2,7 +2,7 @@
============LICENSE_START=======================================================
ONAP
================================================================================
- Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -112,17 +112,17 @@
</dependency>
<dependency>
<groupId>org.onap.policy.drools-applications.controlloop.common.model-impl</groupId>
- <artifactId>sdnr</artifactId>
+ <artifactId>sdnc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.drools-applications.controlloop.common.model-impl</groupId>
- <artifactId>vfc</artifactId>
+ <artifactId>sdnr</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.drools-applications.controlloop.common.model-impl</groupId>
- <artifactId>sdnc</artifactId>
+ <artifactId>vfc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
@@ -287,7 +287,6 @@
<artifactId>policy-management</artifactId>
<version>${version.policy.drools-pdp}</version>
<scope>provided</scope>
- <optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>