e6f2cc634fbcfe05d140eba1e969f6a84c4ea2f5
[sdc.git] /
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 }