From aa901b9e75c5918e097ebd1f0a14de5c84d3c371 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Tue, 20 Nov 2018 15:46:41 -0500 Subject: Enable blueprintprocessor and vlantag-api MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also, fix add IntelliJ file in gitignore Change-Id: Iee192350ec3ec9c1aceefe814d4b0c11c326a897 Issue-ID: CCSDK-734 Signed-off-by: Alexis de Talhouët --- .gitignore | 10 ++-------- ms/pom.xml | 10 ++++++---- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 82cae9e5..12004f5a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ **/tokens/* # Added for Intellij IDEA IDE +**/*.ipr +**/*.iws **/debug-logs/* **/.idea/* **/*.iml @@ -19,11 +21,3 @@ **/*.jsonld **/.checkstyle **/.gitignore -**/.gitignore -**/.gitignore -**/.gitignore -**/.gitignore -**/.gitignore -**/.gitignore -**/.gitignore - diff --git a/ms/pom.xml b/ms/pom.xml index 0493db15..9a80e6f5 100644 --- a/ms/pom.xml +++ b/ms/pom.xml @@ -19,14 +19,15 @@ * ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.ccsdk.parent odlparent-lite 1.2.0-SNAPSHOT - + org.onap.ccsdk.apps @@ -38,9 +39,10 @@ Micro-services - controllerblueprints + controllerblueprints + blueprintsprocessor neng - + vlantag-api -- cgit 1.2.3-korg