Depend on minimal mdsal models 30/74130/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Jul 2018 15:24:14 +0000 (17:24 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Jul 2018 18:21:04 +0000 (20:21 +0200)
Rather than pulling all the models available, just pull in the
minimum required.

JIRA: MDSAL-363
Change-Id: Ifebc7fd2253faa36e0b60dbc4bdd6a99df06a50b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/production/odl-neutron-spi/pom.xml

index 469f26ee9e5a6c275323e9a08cc8beedbd50b1ed..94f078ecba84771ef20e80ec9e12900c88d2d332 100644 (file)
@@ -54,7 +54,7 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>odl-mdsal-models</artifactId>
+            <artifactId>odl-mdsal-model-rfc6991</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>