commit | 85041dd8795b84a48d0b48dd746bfbcb230c8794 | [log] [tgz] |
---|---|---|
author | Matej Perina <matej.perina@pantheon.tech> | Wed Apr 03 09:09:00 2019 +0200 |
committer | Samuel Kontris <samuel.kontris@pantheon.tech> | Fri Aug 16 19:28:22 2019 +0200 |
tree | bae77a0c1a537f9a966f10e2deb63150df40574d | |
parent | 06877cb9a30c4ea3e7e95c230f214a78fb4db9e1 [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: I38171e83b018a18bfd8eaec95d4dc2fa2e3f5b36 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 core SDN Controller components. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
To compile, run "mvn clean install".