Fix for testcase failure in integration repo 08/16708/1
authorVishal Thapar <vishal.thapar@ericsson.com>
Tue, 17 Mar 2015 15:44:58 +0000 (21:14 +0530)
committerVishal Thapar <vishal.thapar@ericsson.com>
Tue, 17 Mar 2015 16:02:31 +0000 (21:32 +0530)
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 <vishal.thapar@ericsson.com>
features/pom.xml

index 3304344460fe4915e0e3b70e7c815679c486ff0f..39c045991b5b832ccd7b570b47bc20e0fba4e893 100644 (file)
@@ -66,6 +66,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <artifactId>vpnmanager-impl</artifactId>
       <version>${project.version}</version>
     </dependency>
       <artifactId>vpnmanager-impl</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>vpnmanager-impl</artifactId>
+      <version>${project.version}</version>
+      <classifier>config</classifier>
+      <type>xml</type>
+    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>vpnmanager-api</artifactId>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>vpnmanager-api</artifactId>