Cleaning up of spring config
diff --git a/redback-integrations/redback-rest/redback-rest-services/src/main/resources/META-INF/spring-context.xml b/redback-integrations/redback-rest/redback-rest-services/src/main/resources/META-INF/spring-context.xml
index 104d858..ede7611 100644
--- a/redback-integrations/redback-rest/redback-rest-services/src/main/resources/META-INF/spring-context.xml
+++ b/redback-integrations/redback-rest/redback-rest-services/src/main/resources/META-INF/spring-context.xml
@@ -29,11 +29,11 @@
            http://cxf.apache.org/jaxrs
            http://cxf.apache.org/schemas/jaxrs.xsd">
 
-  <import resource="classpath:META-INF/cxf/cxf.xml"/>
+  <import resource="classpath*:META-INF/cxf/cxf.xml"/>
   <!--
   <import resource="classpath:META-INF/cxf/cxf-extension-jaxrs-binding.xml"/>
   -->
-  <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>
+  <import resource="classpath*:META-INF/cxf/cxf-servlet.xml"/>
 
   <context:annotation-config />
   <context:component-scan
@@ -97,8 +97,6 @@
       <ref bean="v2.userService#rest"/>
       <ref bean="v2.authenticationService#rest"/>
       <ref bean="v2.roleService#rest"/>
-      <ref bean="utilServices#rest"/>
-      <ref bean="passwordService#rest"/>
       <ref bean="v2.groupService#rest"/>
     </jaxrs:serviceBeans>