Skip to content

Commit

Permalink
Merge 3c98036 into 9d17dd7
Browse files Browse the repository at this point in the history
  • Loading branch information
afkbrb committed Jun 8, 2020
2 parents 9d17dd7 + 3c98036 commit 820a2e1
Show file tree
Hide file tree
Showing 10 changed files with 503 additions and 690 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -82,6 +82,7 @@
<slf4jVersion>1.7.30</slf4jVersion>
<threetenVersion>1.5.0</threetenVersion>
<okhttpSignpostVersion>1.1.0</okhttpSignpostVersion>
<okhttpVersion>4.2.2</okhttpVersion>
</properties>

<dependencies>
Expand Down
7 changes: 6 additions & 1 deletion wdtk-wikibaseapi/pom.xml
Expand Up @@ -32,10 +32,15 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-urlconnection</artifactId>
<version>${okhttpVersion}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>4.2.2</version>
<version>${okhttpVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 820a2e1

Please sign in to comment.