Add TTP feature to Nitrogen 38/59638/2
authorColin Dixon <colin@colindixon.com>
Fri, 30 Jun 2017 15:58:13 +0000 (11:58 -0400)
committerColin Dixon <colin@colindixon.com>
Fri, 30 Jun 2017 15:59:38 +0000 (11:59 -0400)
Change-Id: Iec320eab6ca560b325eff07e9c8a9b29ba5468e9
Signed-off-by: Colin Dixon <colin@colindixon.com>
artifacts/upstream/feature-repos/pom.xml
artifacts/upstream/single-features/pom.xml
features/repos/index/pom.xml
features/singles/odl-integration-compatible-with-all/pom.xml

index 523ff31344799c0ec67a0516361f44849c9a5670..6109a11964ca6c60f648ae0c7da10ceb8c8d2a7e 100644 (file)
                 <type>xml</type>
             </dependency>
 
+            <!-- TTP -->
+            <dependency>
+                <groupId>org.opendaylight.ttp</groupId>
+                <artifactId>features-ttp</artifactId>
+                <version>${ttp.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
         </dependencies>
     </dependencyManagement>
 </project>
index da3beb0c7af507909988aabc2787f8192c336f7a..ea85ac83676fc0d1a0cdf6eed53b6b24a4d8bdfc 100644 (file)
                 <type>xml</type>
             </dependency>
 
+            <!-- TTP -->
+            <dependency>
+                <groupId>org.opendaylight.ttp</groupId>
+                <artifactId>odl-ttp-model-rest</artifactId>
+                <version>${ttp.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
         </dependencies>
     </dependencyManagement>
 </project>
index 7e38a6d61445aefe7974ab25ca44cc9cfed6a08e..96feb2ed1fd13b2dcaa5eff3ca4163d90a47b29a 100644 (file)
             <type>xml</type>
         </dependency>
 
+        <!-- TTP -->
+        <dependency>
+            <groupId>org.opendaylight.ttp</groupId>
+            <artifactId>features-ttp</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
         <!-- FIXME: Add Yangtools -->
 
     </dependencies>
index b5a7da5fd9ac41fe747cec85dbaa4bb99b6b57ca..2b7bb96e083a2877067d29e6a50ca52433593444 100644 (file)
             <classifier>features</classifier>
         </dependency>
 
+        <!-- TTP -->
+        <dependency>
+            <groupId>org.opendaylight.ttp</groupId>
+            <artifactId>odl-ttp-model-rest</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+
         <!-- OVSDB -->
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>