odl-restconf-common requires ietf-yang-library only 86/74086/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 16 Jul 2018 20:46:50 +0000 (22:46 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 16 Jul 2018 20:50:05 +0000 (22:50 +0200)
Rather than depending on all models, pull it the bare minium
required so we can speed up startup.

Change-Id: I490343232ffd48c8112719a6008f44ce6ca162f7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/restconf/odl-restconf-common/pom.xml

index 3d79610b1bbc0532c3bec34af1b3276e38d03d0d..456c990a6ee791b697884abe0a8986d9a7c3c182 100644 (file)
@@ -85,7 +85,7 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>odl-mdsal-models</artifactId>
+            <artifactId>odl-mdsal-model-rfc7895</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>