aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/java/org/openecomp/sdc/be/components/distribution/engine/config/DistributionEngineSpringConfig.java
blob: e6f2cc634fbcfe05d140eba1e969f6a84c4ea2f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
package org.openecomp.sdc.be.components.distribution.engine.config;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

@Configuration
@ComponentScan({"org.openecomp.sdc.be.components.distribution.engine",
        })
public class DistributionEngineSpringConfig {

}