Change dmaapClient dependency

Issue-ID: CCSDK-142
Change-Id: I5a3cd0626c71eadd414ab9939774d159638b99a6
Signed-off-by: Brian Freeman <bf1936@att.com>
2 files changed
tree: dd10eefd3c71323b0ddd1237aa429a0c1faa5f5d
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. docs/
  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".