Add dlux for Sodium SR2 37/87837/1
authorLuis Gomez <ecelgp@gmail.com>
Mon, 17 Feb 2020 19:26:42 +0000 (11:26 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Mon, 17 Feb 2020 19:27:38 +0000 (19:27 +0000)
Change-Id: I3b66df051f9d2be2f6589499fbf122f6d479eef9
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
opendaylight/pom.xml

index d73c33de541ab6a2c350e3b94e547fb536e048ff..2e4fa81db09b7db443ae028a701070d9ff4d3912 100644 (file)
         <tag>HEAD</tag>
     </scm>
     <profiles>
+       <!-- DLUX -->
+        <profile>
+            <id>dlux</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>org.opendaylight.dlux</groupId>
+                    <artifactId>features-dlux</artifactId>
+                    <version>0.9.2-SNAPSHOT</version>
+                    <classifier>features</classifier>
+                    <type>xml</type>
+                    <scope>test</scope>
+                </dependency>
+            </dependencies>
+        </profile>
         <!-- JSONRPC -->
         <profile>
             <id>jsonrpc</id>