Refined DBLIB blueprint configuration

Changes made:
1. updated DBLibService definition by registering service on two interfaces:
  a) javax.sql.DataSource
  b) org.onap.ccsdk.sli.core.dblib.DbLibService

Change-Id: If187b07db83ebca5428c809a83f546d9178a2b7f
Issue-ID: CCSDK-102
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
1 file changed
tree: 371e34b25b696a8d95abe5239e34d4e34bee9f6a
  1. dblib/
  2. filters/
  3. sli/
  4. sliapi/
  5. sliPluginUtils/
  6. src/
  7. utils/
  8. .gitignore
  9. LICENSE.txt
  10. pom.xml
  11. README.md
  12. 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".