Drop unused cds-dom-api dependencies 80/101480/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 6 Jun 2022 17:51:00 +0000 (19:51 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 6 Jun 2022 18:01:47 +0000 (20:01 +0200)
We have two dependencies which are not used, one of which is causing
problems to our build. Fix them up.

Change-Id: I10505acc6649a699ebd78cd761df8f71de208b39
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/cds-dom-api/pom.xml

index 41936043f0a7f63672dfa3907e983399cbd6531e..0f894c8f4e7c7606172698ca38914aaa3fc099b6 100644 (file)
     <packaging>bundle</packaging>
 
     <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>repackaged-akka</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>concepts</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-dom-api</artifactId>
-        </dependency>
     </dependencies>
 
     <build>