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
+7
View File
@@ -86,6 +86,13 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>1.5.10.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>