BUG-9218: make hostconfig plugins depend on spi 91/64091/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 9 Oct 2017 14:54:46 +0000 (16:54 +0200)
committerIsaku Yamahata <isaku.yamahata@gmail.com>
Mon, 9 Oct 2017 21:34:18 +0000 (21:34 +0000)
Rather than packaging model/spi bundles, make plugins depend
on old-neutron-spi.

Change-Id: I95da0d5d304aabaebbc4bffcdf1e0ef96d3e3bc8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/production/odl-neutron-hostconfig-ovs/pom.xml
features/production/odl-neutron-hostconfig-vpp/pom.xml

index c3a5ef0746c722b5539d1d835c770c1b7f25e100..a3e4159f748ccf1e87765e5272e1e27afe101fa1 100644 (file)
@@ -68,7 +68,9 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>neutron-spi</artifactId>
+            <artifactId>odl-neutron-spi</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
             <version>${project.version}</version>
         </dependency>
         <dependency>
index c4b85d9d7e57bfb298093517961876f3cef19795..f2a563fce6b6f8fdd374c95225518860168a4210 100644 (file)
@@ -72,7 +72,9 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>model</artifactId>
+            <artifactId>odl-neutron-spi</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
             <version>${project.version}</version>
         </dependency>
         <dependency>