Remove incorrect dblib ref in feature.xml

Generated feature.xml contained unnecessary reference to
dblib-provider with wrong version.  Suppressed by
explicitly declaring dblib-provider in features/pom.xml with
scope 'provided'.

Change-Id: I34571194fca3c24d710ad36c1a99f86ec6bcd9b1
Issue-ID: CCSDK-290
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
1 file changed
tree: 65088c46175c3325fd08c25f8c31c8f5ea13719b
  1. dblib/
  2. filters/
  3. sli/
  4. sliapi/
  5. sliPluginUtils/
  6. src/
  7. utils/
  8. .gitignore
  9. INFO.yaml
  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".