From d2068741a26155b7e991fdecd5f69f503490d42d Mon Sep 17 00:00:00 2001 From: Vishal Thapar Date: Tue, 17 Mar 2015 21:14:58 +0530 Subject: [PATCH] Fix for testcase failure in integration repo Adding vpnservice features to integration causes build failures in integration. This fix is to make sure vpnservice can be enabled in integration. Refer https://git.opendaylight.org/gerrit/16691 for details. Change-Id: I323c18181d57efc7671788d8d95aed4460dccb6c Signed-off-by: Vishal Thapar --- features/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/features/pom.xml b/features/pom.xml index 33043444..39c04599 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -66,6 +66,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL vpnmanager-impl ${project.version} + + ${project.groupId} + vpnmanager-impl + ${project.version} + config + xml + ${project.groupId} vpnmanager-api -- 2.36.6