diff options
author | Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> | 2019-10-17 19:15:42 +0000 |
---|---|---|
committer | Kevin Smokowski <kevin.smokowski@att.com> | 2019-10-30 18:45:42 +0000 |
commit | c9bf82b628b7d3f5f21f153538f950ac9a7d1294 (patch) | |
tree | ec94592811ade8ff1301d411333136df3158a110 /dblib/provider/src/main/resources | |
parent | 88b50b19b726cc13ced419902eff162791ac456d (diff) |
remove EncShellCommand
remove EncShellCommand to separate dblib from karaf and odl
Issue-ID: CCSDK-1848
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
Change-Id: If43abeceb556b4075d2866a18b8c9e92765e14a2
Diffstat (limited to 'dblib/provider/src/main/resources')
-rwxr-xr-x | dblib/provider/src/main/resources/OSGI-INF/blueprint/dblib-blueprint.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dblib/provider/src/main/resources/OSGI-INF/blueprint/dblib-blueprint.xml b/dblib/provider/src/main/resources/OSGI-INF/blueprint/dblib-blueprint.xml index d9bb99c07..f1d5166db 100755 --- a/dblib/provider/src/main/resources/OSGI-INF/blueprint/dblib-blueprint.xml +++ b/dblib/provider/src/main/resources/OSGI-INF/blueprint/dblib-blueprint.xml @@ -15,10 +15,4 @@ </interfaces> </service> - <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0"> - <command name="dblib/encode"> - <action class="org.onap.ccsdk.sli.core.dblib.EncShellCommand"/> - </command> - </command-bundle> - </blueprint>
\ No newline at end of file |