fix sdnr wt installer 70/117770/1
authorMichael DÜrre <michael.duerre@highstreet-technologies.com>
Fri, 12 Feb 2021 04:36:30 +0000 (05:36 +0100)
committerMichael DÜrre <michael.duerre@highstreet-technologies.com>
Fri, 12 Feb 2021 04:36:48 +0000 (05:36 +0100)
add missing oauth-feature to installer

Issue-ID: CCSDK-3156
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Change-Id: Ieb329ba5f683616d4d259a51b68e489ad668adb3

sdnr/wt/featureaggregator/installer/pom.xml

index 78d5fd5..50ac76c 100755 (executable)
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        <dependency>
+            <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
+            <artifactId>sdnr-wt-feature-aggregator-oauth</artifactId>
+            <version>${project.version}</version>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
     </dependencies>
 
     <build>