Added google-http-client dependency

This commit is contained in:
Andrew Lalis 2018-07-01 09:00:54 +02:00
parent 0ecbdc1ec1
commit 55668fa50f
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@
<version>16.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.23.0</version>
</dependency>
</dependencies>
</project>