diff options
author | Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> | 2019-03-28 14:45:52 +0000 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-01 17:50:20 -0700 |
commit | 6a91fa496b5464a9f96b43851968eee4c837d80c (patch) | |
tree | 5cd937594f1ec5773047bfaf83f7af479602bcb8 /features | |
parent | 1ad078b3b6741e6109510eb7cbe921d62b34a794 (diff) |
message router publisher changes
resolve message router publisher namespace issues
Resolve issues loading message-router in odlsli container
Change-Id: Ib36bced43129c735c61d5ff7bb0cf29362bb7779
Issue-ID: CCSDK-1186
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
Diffstat (limited to 'features')
-rw-r--r-- | features/ccsdk-sli-adaptors-all/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/ccsdk-sli-adaptors-all/pom.xml b/features/ccsdk-sli-adaptors-all/pom.xml index 59966087..e68a59bf 100644 --- a/features/ccsdk-sli-adaptors-all/pom.xml +++ b/features/ccsdk-sli-adaptors-all/pom.xml @@ -82,7 +82,7 @@ </dependency> <dependency> <groupId>${project.groupId}.messagerouter</groupId> - <artifactId>publisher.features</artifactId> + <artifactId>ccsdk-messagerouter-publisher</artifactId> <version>${project.version}</version> <type>xml</type> <classifier>features</classifier> |