add missing httpcore dependency to starters

This commit is contained in:
Spencer Gibb
2015-06-01 20:31:15 -06:00
parent 6f1fe48448
commit d28e7f0230
5 changed files with 52 additions and 0 deletions

View File

@@ -46,10 +46,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>