
io.cloudslang.dependency.impl.services.DependenciesManagementConfiguration Maven / Gradle / Ivy
package io.cloudslang.dependency.impl.services;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* Created by Genadi Rabinovich, [email protected] on 08/05/2016.
*/
@Configuration
@ComponentScan("io.cloudslang.dependency")
public class DependenciesManagementConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy