JAVA-8436: Remove AssertJ depenendency from the child modules - part 3
This commit is contained in:
@@ -13,11 +13,6 @@
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.assertj</groupId>
|
||||
<artifactId>assertj-core</artifactId>
|
||||
<version>${assertj.version}</version>
|
||||
</dependency>
|
||||
<!-- Dependencies for response decoder with okhttp -->
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
@@ -116,7 +111,6 @@
|
||||
<gson.version>2.8.5</gson.version>
|
||||
<httpclient.version>4.5.3</httpclient.version>
|
||||
<!-- <jackson.version>2.9.8</jackson.version> -->
|
||||
<assertj.version>3.6.2</assertj.version>
|
||||
<com.squareup.okhttp3.version>4.9.1</com.squareup.okhttp3.version>
|
||||
<googleclient.version>1.23.0</googleclient.version>
|
||||
<async.http.client.version>2.2.0</async.http.client.version>
|
||||
|
||||
Reference in New Issue
Block a user