Cleanup mdsal-dom-schema-osgi dependencies 34/96634/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 23 Jun 2021 19:05:37 +0000 (21:05 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 23 Jun 2021 19:07:07 +0000 (21:07 +0200)
We do not need to pull in anything from yangtools, as we are completely
serviced by mdsal-binding-runtime-spi.

JIRA: MDSAL-672
Change-Id: Ia006161a63fb1f7b42eb356e4191237c336aee4e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
dom/mdsal-dom-schema-osgi/pom.xml

index 0518f81e739145464f25d035fd292ed0106a3807..652667435a694cf717c50942756cb21d119626f2 100644 (file)
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-runtime-spi</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>util</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>yang-data-impl</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>yang-parser-impl</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>osgi.annotation</artifactId>