Use minimal model imports 47/74147/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Jul 2018 19:13:18 +0000 (21:13 +0200)
committerSam Hague <shague@redhat.com>
Wed, 18 Jul 2018 12:12:39 +0000 (12:12 +0000)
odl-mdsal-models is a big feature, pull in only the bits we need,
specifically draft-ietf-netmod-acl-model-07.

Change-Id: Ibeb19d3b59b72b537be499dfaf50595e94ed62b8
JIRA: MDSAL-363
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-netvirt-api/pom.xml

index e5f83b684b9a371096a4109779995f79446f371d..2365214223cc219c757267dae24844fb5fdd7aef 100644 (file)
     <packaging>feature</packaging>
     <modelVersion>4.0.0</modelVersion>
 
+
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.opendaylight.mdsal.model</groupId>
+                <artifactId>mdsal-model-artifacts</artifactId>
+                <version>0.13.0-SNAPSHOT</version>
+                <scope>import</scope>
+                <type>pom</type>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>mdsal-artifacts</artifactId>
+                <version>1.8.0-SNAPSHOT</version>
+                <scope>import</scope>
+                <type>pom</type>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-mdsal-broker</artifactId>
-            <version>1.8.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
@@ -60,8 +79,7 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>odl-mdsal-models</artifactId>
-            <version>0.13.0-SNAPSHOT</version>
+            <artifactId>odl-mdsal-model-draft-ietf-netmod-acl-model-07</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>