Sonar fix in SvcLogicNodeExecutor

Remove unused imports
Issue-ID: CCSDK-753
Change-Id: I790c095924d35f2be6fcb92c8fcfbbb43464b9c5
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
1 file changed
tree: 07219e1c88debd5409d19d7168fa103bb2d037be
  1. dblib/
  2. features/
  3. filters/
  4. sli/
  5. sliapi/
  6. sliPluginUtils/
  7. src/
  8. utils/
  9. .gitignore
  10. INFO.yaml
  11. LICENSE.txt
  12. pom.xml
  13. README.md
  14. 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".