Fix parent tag in utils/provider

utils/provider parent should be utils, not ccsdk-sli-core.  This was
breaking release build.

Change-Id: I3910189f9a989f93a0a8af4cb5a8512f0e9aca7a
Issue-ID: CCSDK-80
Signed-off-by: Dan Timoney <dtimoney@att.com>
1 file changed
tree: f562e05ce3385d4f9f766a759bf13c5890e1b5dd
  1. dblib/
  2. docs/
  3. filters/
  4. sli/
  5. sliapi/
  6. sliPluginUtils/
  7. src/
  8. utils/
  9. .gitignore
  10. LICENSE.txt
  11. pom.xml
  12. README.md
  13. version.properties
README.md

This source repository contains the code for the core SDN Controller components. 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.

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