Skip to content

Commit

Permalink
Drop binding-base from odl-aaa-password-service
Browse files Browse the repository at this point in the history
We do not need this dependency, at it is correctly brought in by our
other dependencies.

Change-Id: Ia18ae558f11170931f623714fef351c4cd6f5094
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
  • Loading branch information
rovarga committed Dec 2, 2024
1 parent 3c8085c commit 7f362c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions features/odl-aaa-password-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@
<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>
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>odl-mdsal-broker</artifactId>
Expand All @@ -72,5 +65,4 @@
<classifier>features</classifier>
</dependency>
</dependencies>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
-->
<features name="odl-aaa-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
<feature name="odl-aaa-password-service" version="${project.version}">
<feature version="[14,15)">odl-mdsal-binding-base</feature>
<feature version="[11,12)">odl-mdsal-broker</feature>
<configfile finalname="etc/opendaylight/datastore/initial/config/aaa-password-service-config.xml">
mvn:org.opendaylight.aaa/aaa-password-service-impl/${project.version}/xml/aaa-password-service-config
Expand Down

0 comments on commit 7f362c9

Please sign in to comment.