diff options
Diffstat (limited to 'features/ccsdk-sli-adaptors-all/pom.xml')
-rw-r--r-- | features/ccsdk-sli-adaptors-all/pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/features/ccsdk-sli-adaptors-all/pom.xml b/features/ccsdk-sli-adaptors-all/pom.xml index c81601762..acb33c021 100644 --- a/features/ccsdk-sli-adaptors-all/pom.xml +++ b/features/ccsdk-sli-adaptors-all/pom.xml @@ -79,5 +79,12 @@ <type>xml</type> <classifier>features</classifier> </dependency> - </dependencies> + <dependency> + <groupId>org.onap.ccsdk.messagerouter</groupId> + <artifactId>publisher.features</artifactId> + <version>${project.version}</version> + <type>xml</type> + <classifier>features</classifier> + </dependency> + </dependencies> </project> |