diff options
author | Stilwell, David (stilwelld) <stilwelld@att.com> | 2017-08-10 00:50:12 +0000 |
---|---|---|
committer | Stilwell, David (stilwelld) <stilwelld@att.com> | 2017-08-10 14:57:42 +0000 |
commit | 4515ffa52bc89b1bf40c791749fe518930441d82 (patch) | |
tree | d11fc5588a07a519df2b58db194e79d50a508580 /restapi-call-node/features/src/main/resources/features.xml | |
parent | 7dbb6441c95aa5691a59dc918f864b4bf4e2e2ed (diff) |
Refactor plugins to org onap ccsdk
Refactor code to use new package name org.onap.ccsdk.sli.plugins
Change-Id: Ia5399b21e95d556890aef5ad27437f1ac120ef8d
Issue-ID: CCSDK-21
Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
Diffstat (limited to 'restapi-call-node/features/src/main/resources/features.xml')
-rw-r--r-- | restapi-call-node/features/src/main/resources/features.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/restapi-call-node/features/src/main/resources/features.xml b/restapi-call-node/features/src/main/resources/features.xml index 648e6f78..dbbe1b1c 100644 --- a/restapi-call-node/features/src/main/resources/features.xml +++ b/restapi-call-node/features/src/main/resources/features.xml @@ -34,7 +34,7 @@ <feature>spring-dm</feature> <bundle>mvn:com.sun.jersey/jersey-client/${jersey.version}</bundle> <bundle>mvn:org.codehaus.jettison/jettison/${jettison.version}</bundle> - <bundle>mvn:org.openecomp.sdnc.plugins/restapi-call-node-provider/${project.version}</bundle> + <bundle>mvn:org.onap.ccsdk.sli.plugins/restapi-call-node-provider/${project.version}</bundle> </feature> </features> |