From 721455ca19d20d1bd332d0c3a0c0e7b2c7ad2c0c Mon Sep 17 00:00:00 2001 From: Jozef Gloncak Date: Wed, 15 Jun 2016 08:28:39 +0200 Subject: [PATCH] Clustering - Importing cluster bundle to implementation bundle. Change-Id: Ie9868d8e7143c707537e9a717b429310805cc74f Signed-off-by: Jozef Gloncak --- artifacts/pom.xml | 5 +++++ mappingservice/implementation/pom.xml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index ead6c3af4..83371f5fd 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -29,6 +29,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html mappingservice.api ${project.version} + + ${project.groupId} + mappingservice.clustering + ${project.version} + ${project.groupId} mappingservice.dsbackend diff --git a/mappingservice/implementation/pom.xml b/mappingservice/implementation/pom.xml index 51895d004..3b82787ac 100644 --- a/mappingservice/implementation/pom.xml +++ b/mappingservice/implementation/pom.xml @@ -47,6 +47,10 @@ powermock-module-junit4 test + + org.opendaylight.lispflowmapping + mappingservice.clustering + org.opendaylight.lispflowmapping mappingservice.inmemorydb -- 2.36.6