summaryrefslogtreecommitdiffstats
path: root/features
diff options
context:
space:
mode:
authorUbuntu <ra1926@att.com>2019-02-20 19:24:25 +0000
committerDan Timoney <dtimoney@att.com>2019-03-27 17:10:18 +0000
commitf2bb490d9c82decbdb50c1e4db1be2f34b28d097 (patch)
tree9adb09c461b258f5aeeb2b483d375750e6e0db17 /features
parent1f68c64e8bcf88ee485c69d36c67b0ad6590a293 (diff)
add aafshiro feature
add feature module aafshiro to support AAF Change-Id: Ia2a15e04a070351fb5ba328d8443aef695c51801 Issue-ID: SDNC-485 Signed-off-by: Ubuntu <ra1926@att.com>
Diffstat (limited to 'features')
-rw-r--r--features/ccsdk-features-all/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/ccsdk-features-all/pom.xml b/features/ccsdk-features-all/pom.xml
index 82276af0e..cf0214989 100644
--- a/features/ccsdk-features-all/pom.xml
+++ b/features/ccsdk-features-all/pom.xml
@@ -40,6 +40,13 @@
<type>xml</type>
<classifier>features</classifier>
</dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.features</groupId>
+ <artifactId>ccsdk-aafshiro</artifactId>
+ <version>${project.version}</version>
+ <type>xml</type>
+ <classifier>features</classifier>
+ </dependency>
</dependencies>
</project>