Add TSDR to UM distribution 74/74674/1
authorscottmelton <smelton2@uccs.edu>
Mon, 30 Jul 2018 21:32:29 +0000 (14:32 -0700)
committerscottmelton <smelton2@uccs.edu>
Tue, 31 Jul 2018 02:43:40 +0000 (19:43 -0700)
JIRA: TSDR-75

Change-Id: Ida5787347d5dd988c085b04c03ba725439a3f194
Signed-off-by: scottmelton <smelton2@uccs.edu>
opendaylight/pom.xml

index b7a570e052094f1c349a1c629411aadf1a6d4493..72b7025deedece9ec9bab7bd9bd8717c20b816e9 100644 (file)
                 </dependency>
             </dependencies>
         </profile>
+        <!-- TSDR -->
+        <profile>
+            <id>tsdr</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>org.opendaylight.tsdr</groupId>
+                    <artifactId>features-tsdr</artifactId>
+                    <version>1.6.0-SNAPSHOT</version>
+                    <classifier>features</classifier>
+                    <type>xml</type>
+                    <scope>test</scope>
+                </dependency>
+            </dependencies>
+        </profile>
         <!-- Unimgr -->
         <profile>
             <id>unimgr</id>