runtime-api does not depend on spec-util 15/87915/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 19 Feb 2020 16:50:33 +0000 (17:50 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 19 Feb 2020 16:51:08 +0000 (17:51 +0100)
This is a bad dependency -- nothing in the API should depend on
details of the binding spec.

JIRA: MDSAL-392
Change-Id: I0fd60b7f4531656b8b82cdabd3e1c8777ac92eb7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-runtime-api/pom.xml

index a382d2ef2669923b439ea345aee377c80c1da586..f099be4d1b0170b7218bac331f2d85596fadbf00 100644 (file)
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-model-util</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-binding-spec-util</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-generator-api</artifactId>