Fix broken build

MetricLogger no longer has its own static definitions for MDC fields -
instead, these are in logging analytics class

Change-Id: I3074cf6879120b1e03a5b14e6f38b13eef82ad77
Issue-ID: CCSDK-1824
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
3 files changed
tree: 378ca986bd283f0ae2ca5d62c2b91b14729d27bf
  1. aai-service/
  2. ansible-adapter/
  3. artifacts/
  4. base/
  5. features/
  6. mdsal-resource/
  7. message-router/
  8. netbox-client/
  9. releases/
  10. resource-assignment/
  11. saltstack-adapter/
  12. sql-resource/
  13. .gitignore
  14. INFO.yaml
  15. LICENSE.txt
  16. pom.xml
  17. README.md
  18. 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".