diff options
Diffstat (limited to 'services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp')
-rw-r--r-- | services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/beans-services.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/beans-services.xml b/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/beans-services.xml index 3d79d1e305..2e29f12a6a 100644 --- a/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/beans-services.xml +++ b/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/beans-services.xml @@ -38,7 +38,7 @@ <jaxrs:providers> <ref bean="jsonProvider"/> - <bean class="org.openecomp.sdcrests.errors.DefaultExceptionMapper"/> + <bean class="org.openecomp.activityspec.errors.DefaultExceptionMapper"/> </jaxrs:providers> </jaxrs:server> |