Fix messagerouter groupId

Changed groupId from org.onap.ccsdk.messagerouter to
org.onap.ccsdk.sli.adaptors.messagerouter. The groupId must agree
with the repository.

Change-Id: Ia417eee8df38e0441529bd423792e410aca68c54
Issue-ID: CCSDK-1169
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
9 files changed
tree: 75494cfcaca818c0d9bca2574a1cb56a394dfd9a
  1. aai-service/
  2. ansible-adapter/
  3. artifacts/
  4. features/
  5. grpc-resource/
  6. mdsal-resource/
  7. message-router/
  8. netbox-client/
  9. resource-assignment/
  10. saltstack-adapter/
  11. sql-resource/
  12. .gitignore
  13. INFO.yaml
  14. LICENSE.txt
  15. pom.xml
  16. README.md
  17. version.properties
README.md

This source repository contains the code for the SDN Controller adaptors. To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories. See example-settings.xml for an example.

  2. To compile, run "mvn clean install".