commit | b1dd81ede363508f83c86ed497b8c0815045f8e5 | [log] [tgz] |
---|---|---|
author | Matej Perina <matej.perina@pantheon.tech> | Wed Apr 03 09:11:35 2019 +0200 |
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | Mon Aug 26 11:49:17 2019 -0400 |
tree | 878ee0532da4d02d3505fc6cbe93b77fd43fb45e | |
parent | 602de7cdf89676891604130d64e8bc4cc88c05f6 [diff] |
Proposal to remove OSGi dependencies from the CCSDK project Dependencies on the OSGi frameworks and libraries are removed by integrating the CCSDK project with the lighty.io. It's a toolkit that allows to use ODL services (in this case core services and the Restconf) without the dependency on the Karaf framework and the Blueprint DI. In this change are created the lighty.io modules which initialize and expose same services as the Blueprint DI in the blueprint.xml files. More info about the lighty.io - https://lighty.io Change-Id: Ia9eed2f60c71b7fc2e93b738c857d290b28e9420 Signed-off-by: Matej Perina <matej.perina@pantheon.tech> Signed-off-by: Samuel Kontris <samuel.kontris@pantheon.tech>
This source repository contains the code for the SDN Controller adaptors. To compile this code:
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.
To compile, run "mvn clean install".