Remove unused dependency 82/106482/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 14 Jun 2023 13:33:57 +0000 (15:33 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 19 Jun 2023 09:52:58 +0000 (09:52 +0000)
mdsal-binding-spec-util is not used by mdsal-binding-generator, remove
the dependency.

Change-Id: I3ac0264bc32f52ab311c1e1c951293bc49b7a789
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-generator/pom.xml

index 7da62a21256753a799b60532e324a7bf19a2edb8..70206ee6f9a7beb9a562514655a71ee9ba2950fe 100644 (file)
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-runtime-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-binding-spec-util</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>