From b5dfc03248533fb70c9989ac378d94b88934e399 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 15 Aug 2018 11:22:55 -0400 Subject: Update sli/core for Oxygen SR3 Removed version for yangtools dependency in sliapi so that it is controlled by parent pom to resolve issue caused in Oxygen SR3 upgrade due to hard-coded SR1 version. Also, updated name of utils features directory to match name of artifact (sdnc-slicore-utils renamed to ccsdk-slicore-utils). Change-Id: I32b3822e4ae0fdd4c07d5912e4674b19c8615d54 Issue-ID: CCSDK-453 Signed-off-by: Timoney, Dan (dt5972) --- .gitignore | 2 +- sliapi/provider/pom.xml | 8 ----- utils/features/ccsdk-slicore-utils/pom.xml | 47 ++++++++++++++++++++++++++++++ utils/features/pom.xml | 2 +- utils/features/sdnc-slicore-utils/pom.xml | 47 ------------------------------ 5 files changed, 49 insertions(+), 57 deletions(-) create mode 100644 utils/features/ccsdk-slicore-utils/pom.xml delete mode 100644 utils/features/sdnc-slicore-utils/pom.xml diff --git a/.gitignore b/.gitignore index a5a0d80e..b45dfca4 100755 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,7 @@ ExprGrammar.tokens ExprGrammarLexer.tokens # BlackDuck generated file -sdnc-core_bdio.jsonld +*.jsonld blackDuckHubProjectName.txt blackDuckHubProjectVersionName.txt diff --git a/sliapi/provider/pom.xml b/sliapi/provider/pom.xml index 994557a5..bcd58532 100755 --- a/sliapi/provider/pom.xml +++ b/sliapi/provider/pom.xml @@ -29,47 +29,39 @@ org.opendaylight.controller sal-binding-config - ${odl.mdsal.version} org.opendaylight.controller sal-binding-api - ${odl.mdsal.version} org.opendaylight.controller sal-common-util - ${odl.mdsal.version} org.onap.ccsdk.sli.core sli-common - ${project.version} org.onap.ccsdk.sli.core sli-provider - ${project.version} org.opendaylight.controller sal-core-api - ${odl.mdsal.version} org.opendaylight.yangtools yang-data-impl - 2.0.3 junit junit - ${junit.version} test diff --git a/utils/features/ccsdk-slicore-utils/pom.xml b/utils/features/ccsdk-slicore-utils/pom.xml new file mode 100644 index 00000000..952e4ab1 --- /dev/null +++ b/utils/features/ccsdk-slicore-utils/pom.xml @@ -0,0 +1,47 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + single-feature-parent + 1.1.0-SNAPSHOT + + + + org.onap.ccsdk.sli.core + ccsdk-slicore-utils + 0.3.0-SNAPSHOT + feature + + ccsdk-sli-core :: utils :: ${project.artifactId} + + + + + org.opendaylight.mdsal.model + mdsal-model-artifacts + ${odl.mdsal.model.version} + pom + import + + + org.opendaylight.controller + mdsal-artifacts + ${odl.mdsal.version} + pom + import + + + + + + + + ${project.groupId} + utils-provider + ${project.version} + + + + diff --git a/utils/features/pom.xml b/utils/features/pom.xml index 4f3be1b8..bac928ab 100755 --- a/utils/features/pom.xml +++ b/utils/features/pom.xml @@ -17,6 +17,6 @@ features-util - sdnc-slicore-utils + ccsdk-slicore-utils diff --git a/utils/features/sdnc-slicore-utils/pom.xml b/utils/features/sdnc-slicore-utils/pom.xml deleted file mode 100644 index 952e4ab1..00000000 --- a/utils/features/sdnc-slicore-utils/pom.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - 4.0.0 - - - org.onap.ccsdk.parent - single-feature-parent - 1.1.0-SNAPSHOT - - - - org.onap.ccsdk.sli.core - ccsdk-slicore-utils - 0.3.0-SNAPSHOT - feature - - ccsdk-sli-core :: utils :: ${project.artifactId} - - - - - org.opendaylight.mdsal.model - mdsal-model-artifacts - ${odl.mdsal.model.version} - pom - import - - - org.opendaylight.controller - mdsal-artifacts - ${odl.mdsal.version} - pom - import - - - - - - - - ${project.groupId} - utils-provider - ${project.version} - - - - -- cgit 1.2.3-korg