aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/clds/camel/rest/clds-services.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-12-11 13:11:18 +0100
committerS�bastien Determe <sebastien.determe@intl.att.com>2021-01-05 16:09:34 +0000
commit91ff401b0ade08b58f186e80fd7853527ff15c77 (patch)
treea65837866a02555f5f11e0c34f4041de9b3ae784 /src/main/resources/clds/camel/rest/clds-services.xml
parent025e65f581a5e659db81e8b987b88cc5ef221d31 (diff)
Change the java package name
Rename java package name to org.onap.policy.clamp instead of org.onap.clamp Issue-ID: POLICY-2922 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ic3255b90fd52a7b2689ae7a55f55ee7841abebac Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/main/resources/clds/camel/rest/clds-services.xml')
-rw-r--r--src/main/resources/clds/camel/rest/clds-services.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/clds/camel/rest/clds-services.xml b/src/main/resources/clds/camel/rest/clds-services.xml
index ce52f31d6..61e1efbdc 100644
--- a/src/main/resources/clds/camel/rest/clds-services.xml
+++ b/src/main/resources/clds/camel/rest/clds-services.xml
@@ -1,10 +1,10 @@
<rests xmlns="http://camel.apache.org/schema/spring">
<rest>
<get uri="/v1/healthcheck" produces="application/json"
- outType="org.onap.clamp.clds.model.CldsHealthCheck">
+ outType="org.onap.policy.clamp.clds.model.CldsHealthCheck">
<route>
<setBody>
- <method ref="org.onap.clamp.clds.service.CldsHealthcheckService"
+ <method ref="org.onap.policy.clamp.clds.service.CldsHealthcheckService"
method="gethealthcheck()" />
</setBody>
<when>
@@ -18,7 +18,7 @@
</get>
<get uri="/v1/user/getUser" produces="text/plain">
- <to uri="bean:org.onap.clamp.authorization.UserService?method=getUser()" />
+ <to uri="bean:org.onap.policy.clamp.authorization.UserService?method=getUser()" />
</get>
</rest>
</rests>