aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatej Perina <matej.perina@pantheon.tech>2019-04-03 14:38:29 +0200
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-08-26 11:59:48 -0400
commit7b76725b56304435b01c5b97c3424da0605119ee (patch)
tree2bfbff873982923dfa15ca43571b106385d9c6af /pom.xml
parent4852d3577447aa8790b63442b6d5c48412e2eb21 (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: Ieb512990e191bbb5a9403f05cdce0b79640ce474 Signed-off-by: Matej Perina <matej.perina@pantheon.tech> Signed-off-by: Samuel Kontris <samuel.kontris@pantheon.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 047eaf45..04f681ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,6 +100,7 @@
<module>daexim-offsite-backup</module>
<module>features</module>
<module>artifacts</module>
+ <module>ccsdk-northbound-lighty</module>
</modules>
<organization>
<name>ONAP</name>