Fix STF error in odl-aaa-password-service 12/72212/3
authorTom Pantelis <tompantelis@gmail.com>
Thu, 24 May 2018 01:55:44 +0000 (21:55 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Thu, 24 May 2018 01:59:10 +0000 (21:59 -0400)
[caused by: Unable to resolve org.opendaylight.aaa.password-service-api/0.8.0.SNAPSHOT: missing requirement [org.opendaylight.aaa.password-service-api/0.8.0.SNAPSHOT] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.opendaylight.yangtools.concepts)(version>=2.0.0)(!(version>=3.0.0)))"]]]

The feature needs to install the mdsal binding and yangtools
artifacts.

Change-Id: I1c98bc77e76d85181b559f499a6cfe38c0da4a7b
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
features/odl-aaa-password-service/pom.xml

index e886e9b67b90d690caacb830ab57a2e4ba1ef482..a955e997c1b6518f7a8bc9cefcfc4c5f42e71ecc 100644 (file)
             <classifier>aaa-password-service-config</classifier>
             <type>xml</type>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>odl-mdsal-binding-base</artifactId>
+            <version>2.5.0-SNAPSHOT</version>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
         <dependency>
             <groupId>commons-beanutils</groupId>
             <artifactId>commons-beanutils</artifactId>