LCM Comsumer for DmaapClient

Add LCM Consumer to DmaapCient for Software-Upgrade

Change-Id: I0bda76bcd324dda92a6ccb225fd5a059414661f0
Issue-ID: CCSDK-263
Signed-off-by: Ruchira Agarwal <ra1926@att.com>
2 files changed
tree: 45dccdde0b3cfe19c02bede1b473dfe1e3863941
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. lcm/
  5. ueb-listener/
  6. .gitignore
  7. LICENSE.txt
  8. pom.xml
  9. README.md
  10. version.properties
README.md

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

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

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