Move tsdr features to not compatible 83/66683/1
authorLuis Gomez <ecelgp@gmail.com>
Wed, 20 Dec 2017 21:38:12 +0000 (13:38 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Wed, 20 Dec 2017 21:38:12 +0000 (13:38 -0800)
Currently they bring l2switch which breaks OFP test.

Change-Id: If9827b37bd4b1527b0ece5fcc791e9911bd17c7b
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
features/singles/odl-integration-all/pom.xml
features/singles/odl-integration-compatible-with-all/pom.xml

index c80b3575734faa50d0a0acfcbe03f2359fed8159..016b45e269bfe9d13f75689992621e197f159f93 100644 (file)
             <classifier>features</classifier>
         </dependency>
 
+        <!-- TSDR -->
+        <dependency>
+            <groupId>org.opendaylight.tsdr</groupId>
+            <artifactId>odl-tsdr-hsqldb-all</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
         <!-- Unimgr -->
         <dependency>
             <groupId>org.opendaylight.unimgr</groupId>
index c3e53fa5fde6aa5b9f39c6ca36aff4ecfd1e67bf..bb75398a414b417fdd69eed8ab2ada0bf0212aa5 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>