Merge branch '1.5.x'

This commit is contained in:
Madhura Bhave
2017-07-17 11:27:08 -07:00
4 changed files with 96 additions and 1 deletions

View File

@@ -37,6 +37,11 @@
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<!-- Runtime -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>