BUG-9218: use packaged inventory model 87/64087/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 9 Oct 2017 18:51:04 +0000 (20:51 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 9 Oct 2017 18:51:04 +0000 (20:51 +0200)
Rather than packing it here, use controller's dedicated feature
to pull it in.

Change-Id: I14f7acb4577d32eda954406f1cf55f5fff3cb0c7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features-aggregator/odl-openflowplugin-nsf-model/pom.xml

index efa46cc2aae5a1222e2ad8fffead002b6e03b0cc..4971d280e269e1cfa31602f7c52bfddf2be2ee94 100644 (file)
         </dependency>
 
         <dependency>
-            <groupId>org.opendaylight.controller.model</groupId>
-            <artifactId>model-inventory</artifactId>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>odl-mdsal-model-inventory</artifactId>
             <version>${mdsal.version}</version>
+            <classifier>features</classifier>
+            <type>xml</type>
         </dependency>
 
         <dependency>