Skip to content

Commit

Permalink
Drop mdsal dependency from odl-aaa-api
Browse files Browse the repository at this point in the history
odl-aaa-api is using odl-mdsal-binding-base, whereas it is packaging
only a few classes which are fully independent of it.

REmove the dependency.

Change-Id: Iefbfa5143eeefbd412fe762cf7aad1678dee0ba6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
  • Loading branch information
rovarga committed Dec 2, 2024
1 parent d6b37a9 commit 3c8085c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions features/odl-aaa-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,5 @@
<type>xml</type>
<classifier>features</classifier>
</dependency>
<dependency>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>odl-mdsal-binding-base</artifactId>
<version>14.0.6</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
</dependencies>
</project>
1 change: 0 additions & 1 deletion features/odl-aaa-api/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
<feature version="[14,15)">odl-jakarta-activation-api</feature>
<feature version="[14,15)">odl-servlet-api</feature>
<feature version="[14,15)">odl-ws-rs-api</feature>
<feature version="[14,15)">odl-mdsal-binding-base</feature>
</feature>
</features>

0 comments on commit 3c8085c

Please sign in to comment.