Add VBD to distribution 49/74549/3
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 26 Jul 2018 19:04:59 +0000 (21:04 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 27 Jul 2018 12:21:15 +0000 (14:21 +0200)
Change-Id: I6b98214e8cf1aac28d7664a69f938eec1d91c240
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/pom.xml

index 5f0163bb87a24fbf51c68681b171906fa069239d..b7a570e052094f1c349a1c629411aadf1a6d4493 100644 (file)
         <tag>HEAD</tag>
     </scm>
     <profiles>
+        <!-- Honeycomb/VBD -->
+        <profile>
+            <id>vbd</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>org.opendaylight.honeycomb.vbd</groupId>
+                    <artifactId>vbd-features</artifactId>
+                    <version>1.4.0-SNAPSHOT</version>
+                    <classifier>features</classifier>
+                    <type>xml</type>
+                    <scope>test</scope>
+                </dependency>
+            </dependencies>
+        </profile>
         <!-- SXP -->
         <profile>
             <id>sxp</id>