Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Commit

Permalink
Add new dependency: com.squareup.okhttp3:okhttp
Browse files Browse the repository at this point in the history
Signed-off-by: Snjezana Peco <[email protected]>
  • Loading branch information
snjeza committed Mar 9, 2017
1 parent 1675ffb commit e8cb5d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<com.googlecode.gson.version>2.3.1</com.googlecode.gson.version>
<com.h2database.version>1.4.192</com.h2database.version>
<com.jcraft.jsch.version>0.1.53</com.jcraft.jsch.version>
<com.squareup.okhttp3.version>3.4.2</com.squareup.okhttp3.version>
<commons-codec.version>1.10</commons-codec.version>
<commons-compress.version>1.9</commons-compress.version>
<commons-fileupload.version>1.3.2</commons-fileupload.version>
Expand Down Expand Up @@ -415,6 +416,11 @@
<artifactId>jsch</artifactId>
<version>${com.jcraft.jsch.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>${com.squareup.okhttp3.version}</version>
</dependency>
<dependency>
<groupId>com.tngtech.java</groupId>
<artifactId>junit-dataprovider</artifactId>
Expand Down

0 comments on commit e8cb5d4

Please sign in to comment.