Update versions to resolve security issues

Update versions of sdc distribution client and jackson to address
security issues.

Issue-ID: CCSDK-164

Change-Id: Id02d879e87bb1a957968482578818928b6e3c281
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
19 files changed
tree: 0c929b51fa8f89fcd422b83e174c6b89196093c5
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. ueb-listener/
  5. .gitignore
  6. LICENSE.txt
  7. pom.xml
  8. README.md
  9. 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".