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

This commit is contained in:
sachin29aug
2018-09-17 23:02:39 -04:00
parent b96244d685
commit 474bd35976
8 changed files with 38 additions and 20 deletions
+8
View File
@@ -82,6 +82,14 @@
<version>${jstl.version}</version>
<scope>runtime</scope>
</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>