Do not pull in models into odl-mdsal-broker-local 81/74081/4
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 16 Jul 2018 18:28:05 +0000 (20:28 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 19 Jul 2018 08:29:25 +0000 (08:29 +0000)
Broker should be able to function without additional models as it
has no specific dependencies. Remove dependency on odl-mdsal-models
to allow it to load without as few models as possible.

JIRA: MDSAL-363
Change-Id: Ib230c87cbd832e16380be3b989185ac87336f30b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/mdsal/odl-mdsal-broker-local/pom.xml

index 9b21e23074abbb228ad1670d66751203dad255d3..3dc86e6f77ebbc4eaff533a86bcf3625ca39ff24 100644 (file)
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>odl-mdsal-models</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-config-netty</artifactId>