first version

This commit is contained in:
hgomez
2017-11-04 17:43:04 -04:00
parent 73ae3cfb1a
commit d936889921
6 changed files with 164 additions and 0 deletions
+15
View File
@@ -622,6 +622,21 @@
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.58</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.23.0</version>
</dependency>
</dependencies>
<repositories>
<repository>