TSDR features for integration 30/65830/7
authorYuLing Chen <yulingchen54@gmail.com>
Wed, 22 Nov 2017 03:04:03 +0000 (19:04 -0800)
committerYuLing Chen <yulingchen54@gmail.com>
Sat, 9 Dec 2017 07:17:54 +0000 (23:17 -0800)
1. added TSDR features for Oxygen integration
2. added TSDR features after karaf4 migration

Change-Id: I8c4e6f4ed9e86e8ce1bac1df975c38fb69a9fb6a
Signed-off-by: YuLing Chen <yulingchen54@gmail.com>
artifacts/upstream/artifacts/pom.xml
features/repos/index/pom.xml
features/singles/odl-integration-compatible-with-all/pom.xml

index d9b11f24a3a1432c95f2ee9b48593fbea45b652f..0f21719e945a5977801e06123fc2ad570ae3fb60 100644 (file)
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.tsdr</groupId>
+                <artifactId>tsdr-artifacts</artifactId>
+                <version>${tsdr.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
             <dependency>
                 <groupId>org.opendaylight.unimgr</groupId>
                 <artifactId>unimgr-artifacts</artifactId>
index 7baa627fd9a7f3f4d273d6b31865b8657d504441..a27bd09bd454886e82217e21c390e8e6cc7ae928 100644 (file)
             <type>xml</type>
         </dependency>
 
+        <!-- TSDR  -->
+        <dependency>
+            <groupId>org.opendaylight.tsdr</groupId>
+            <artifactId>features-tsdr</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
         <!-- Unimgr -->
         <dependency>
             <groupId>org.opendaylight.unimgr</groupId>
index bb75398a414b417fdd69eed8ab2ada0bf0212aa5..c3e53fa5fde6aa5b9f39c6ca36aff4ecfd1e67bf 100644 (file)
             <type>xml</type>
         </dependency>
 
+        <!-- TSDR -->
+        <dependency>
+            <groupId>org.opendaylight.tsdr</groupId>
+            <artifactId>odl-tsdr-hsqldb-all</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
     </dependencies>
 </project>