Update sli/plugins to ODL Oxygen

Minor updates to feature pom.xmls to get clean compile with ODL Oxygen
parent poms.

Change-Id: I8671ad1366b8dc2e79fe206971675ba56a0e2bac
Issue-ID: CCSDK-283
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
3 files changed
tree: 5fe92e316f5d2e2e19eb97404436b61ae4b7b2ff
  1. properties-node/
  2. restapi-call-node/
  3. .gitignore
  4. INFO.yaml
  5. LICENSE.txt
  6. pom.xml
  7. README.md
  8. version.properties
README.md

This source repository contains the code for the CCSDK plugins.

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".