diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-18 10:49:42 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-18 10:49:42 -0400 |
commit | a63bbe21b7394951d782b6f8f0769dfcbc616dd0 (patch) | |
tree | e956fc46967a15bdae83c3143cfde20348d8c145 /asdcApi/features/ccsdk-asdcApi | |
parent | 68b56b1f8c79daa114c59cee29a4de98c4b10685 (diff) |
Update sli/northbound to ODL Oxygen
Updated features poms to get clean compile with ODL Oxygen-based parent
poms.
Change-Id: I812ad71ff07117baf62b6111011ce52229ebe6e0
Issue-ID: CCSDK-282
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'asdcApi/features/ccsdk-asdcApi')
-rw-r--r-- | asdcApi/features/ccsdk-asdcApi/pom.xml | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/asdcApi/features/ccsdk-asdcApi/pom.xml b/asdcApi/features/ccsdk-asdcApi/pom.xml index c4c7b7fa..d26c9485 100644 --- a/asdcApi/features/ccsdk-asdcApi/pom.xml +++ b/asdcApi/features/ccsdk-asdcApi/pom.xml @@ -16,16 +16,29 @@ <packaging>feature</packaging> <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name> - + + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.opendaylight.mdsal.model</groupId> + <artifactId>mdsal-model-artifacts</artifactId> + <version>${odl.mdsal.model.version}</version> + <type>pom</type> + <scope>import</scope> + </dependency> + <dependency> + <groupId>org.opendaylight.controller</groupId> + <artifactId>mdsal-artifacts</artifactId> + <version>${odl.mdsal.version}</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> + <dependencies> <dependency> - <groupId>org.opendaylight.controller</groupId> - <artifactId>odl-mdsal-broker</artifactId> - <type>xml</type> - <classifier>features</classifier> - </dependency> - <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>ccsdk-sli</artifactId> <version>${ccsdk.sli.core.version}</version> |