Sync Integ to Master
[sdc.git] / catalog-be / src / main / java / org / openecomp / sdc / be / components / distribution / engine / config / DistributionEngineSpringConfig.java
1 package org.openecomp.sdc.be.components.distribution.engine.config;
2
3 import org.springframework.context.annotation.ComponentScan;
4 import org.springframework.context.annotation.Configuration;
5
6 @Configuration
7 @ComponentScan({"org.openecomp.sdc.be.components.distribution.engine",
8         })
9 public class DistributionEngineSpringConfig {
10
11 }