Add Netconf Executor Function module
[ccsdk/apps.git] / ms / controllerblueprints / modules / service / src / main / java / org / onap / ccsdk / apps / controllerblueprints / service / BluePrintEnhancerService.java
index 7ea81da..aaa45e1 100644 (file)
@@ -34,7 +34,6 @@ import org.onap.ccsdk.apps.controllerblueprints.service.enhancer.BluePrintEnhanc
 import org.onap.ccsdk.apps.controllerblueprints.service.enhancer.ResourceAssignmentEnhancerService;\r
 import org.springframework.beans.factory.config.ConfigurableBeanFactory;\r
 import org.springframework.context.annotation.Scope;\r
-import org.springframework.context.annotation.ScopedProxyMode;\r
 import org.springframework.stereotype.Service;\r
 \r
 import java.util.HashMap;\r
@@ -48,7 +47,7 @@ import java.util.Map;
  */\r
 \r
 @Service\r
-@Scope(value = ConfigurableBeanFactory.SCOPE_PROTOTYPE, proxyMode = ScopedProxyMode.TARGET_CLASS)\r
+@Scope(value = ConfigurableBeanFactory.SCOPE_PROTOTYPE)\r
 public class BluePrintEnhancerService extends BluePrintEnhancerDefaultService {\r
 \r
     private static EELFLogger log = EELFManager.getInstance().getLogger(BluePrintEnhancerService.class);\r