diff options
author | talig <talig@amdocs.com> | 2018-04-12 10:45:02 +0300 |
---|---|---|
committer | talig <talig@amdocs.com> | 2018-04-12 10:45:02 +0300 |
commit | 26855ad25011c8582d45f809688dff4838950d8b (patch) | |
tree | f60a199dd3cb9ef239cde3c83b5a6ae19c0a0482 /openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp | |
parent | 8dfa832a4bbe276fdf898330325321a776ac253e (diff) |
Introduce unique value RESTs
Change-Id: I6c62c8794fce2a8d42b0a8c57b8714d938c3063c
Issue-ID: SDC-1177
Signed-off-by: talig <talig@amdocs.com>
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml index 589406df72..ef1e7247dc 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml @@ -41,6 +41,7 @@ <bean id = "notifications" class="org.openecomp.sdcrests.notifications.rest.services.impl.NotificationsImpl"/> <bean id = "togglz" class="org.openecomp.sdcrests.togglz.rest.services.TogglzFeaturesImpl"/> <bean id = "items" class="org.openecomp.sdcrests.item.rest.services.ItemsImpl"/> + <bean id = "uniqueTypes" class="org.openecomp.sdcrests.uniquevalue.rest.services.UniqueTypesImpl"/> <!-- RESTful Services --> <jaxrs:server id="restContainer" address="/"> @@ -75,6 +76,7 @@ <ref bean="notifications"/> <ref bean="togglz"/> <ref bean="items"/> + <ref bean="uniqueTypes"/> </jaxrs:serviceBeans> <jaxrs:providers> |