From 7a37199ebccccd03bbea9b37df09ef610f89bb01 Mon Sep 17 00:00:00 2001 From: Matej Perina Date: Thu, 4 Apr 2019 09:27:16 +0200 Subject: 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: I3e549e19374ccf04bc430b515e1df7d8d61d8ea7 Signed-off-by: Matej Perina Signed-off-by: Samuel Kontris --- pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 6ee7dea9..9fa01554 100755 --- a/pom.xml +++ b/pom.xml @@ -29,6 +29,7 @@ grToolkit features artifacts + ccsdk-plugins-lighty -- cgit 1.2.3-korg