aboutsummaryrefslogtreecommitdiffstats
path: root/sli/pom.xml
diff options
context:
space:
mode:
authorMatej Perina <matej.perina@pantheon.tech>2019-04-03 09:09:00 +0200
committerSamuel Kontris <samuel.kontris@pantheon.tech>2019-08-16 19:28:22 +0200
commit85041dd8795b84a48d0b48dd746bfbcb230c8794 (patch)
treebae77a0c1a537f9a966f10e2deb63150df40574d /sli/pom.xml
parent06877cb9a30c4ea3e7e95c230f214a78fb4db9e1 (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>
Diffstat (limited to 'sli/pom.xml')
-rwxr-xr-xsli/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sli/pom.xml b/sli/pom.xml
index b9b60e9e..bf21cb63 100755
--- a/sli/pom.xml
+++ b/sli/pom.xml
@@ -28,5 +28,6 @@
<module>recording</module>
<module>features</module>
<module>installer</module>
+ <module>lighty</module>
</modules>
</project>