diff options
author | Matej Perina <matej.perina@pantheon.tech> | 2019-04-03 09:09:00 +0200 |
---|---|---|
committer | Samuel Kontris <samuel.kontris@pantheon.tech> | 2019-08-16 19:28:22 +0200 |
commit | 85041dd8795b84a48d0b48dd746bfbcb230c8794 (patch) | |
tree | bae77a0c1a537f9a966f10e2deb63150df40574d /dblib/pom.xml | |
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>
Diffstat (limited to 'dblib/pom.xml')
-rwxr-xr-x | dblib/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dblib/pom.xml b/dblib/pom.xml index 258a4307a..d5a986e6c 100755 --- a/dblib/pom.xml +++ b/dblib/pom.xml @@ -24,5 +24,6 @@ <module>provider</module> <module>features</module> <module>installer</module> + <module>lighty</module> </modules> </project> |