BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 27 more modules.. work in progress..)

This commit is contained in:
sachin29aug
2018-09-15 22:19:20 -04:00
parent 375c50e805
commit 889c52f1c2
33 changed files with 523 additions and 0 deletions
+8
View File
@@ -52,6 +52,14 @@
<artifactId>log4j-over-slf4j</artifactId>
<version>${org.slf4j.version}</version>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>1.5.10.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>