[BAEL-7387] - Fix integration tests for spring-5-mvc module

This commit is contained in:
amit2103 2019-08-25 23:29:19 +05:30
parent 3a5f594754
commit 67d82a7e6d
1 changed files with 6 additions and 0 deletions

View File

@ -86,6 +86,11 @@
<artifactId>javafaker</artifactId>
<version>0.18</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>
</dependencies>
<build>
@ -167,5 +172,6 @@
<jayway-rest-assured.version>2.9.0</jayway-rest-assured.version>
<kotlin.version>1.1.2</kotlin.version>
<start-class>com.baeldung.Spring5Application</start-class>
<httpclient.version>4.5.8</httpclient.version>
</properties>
</project>