Update odl-message-bus-collector dependencies 80/74080/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 16 Jul 2018 18:26:35 +0000 (20:26 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Jul 2018 09:32:32 +0000 (11:32 +0200)
odl-message-bus-collector requires draft-clemm ietf-topology, which
it is currently pulling odl-mdsal-broker-local transitively.

Explicitly depend on the model, so odl-mdsal-broker-local can load
without additional models.

Change-Id: Ib0eb898fe3d801a937d389886ff924a0895b48c8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/mdsal/odl-message-bus-collector/pom.xml

index b6ae09f3afbd95c0c701bfb46cecb1518150c5fd..d3cd3358d26851434d9117d1f2a9f1dd0bcb2831 100644 (file)
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.mdsal.model</groupId>
+                <artifactId>mdsal-model-artifacts</artifactId>
+                <version>0.13.0-SNAPSHOT</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.model</groupId>
+            <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-mdsal-broker</artifactId>