Skip to content

Commit cf58952

Browse files
committed
Merge branch '4.2.x'
2 parents 7371f12 + 0395134 commit cf58952

File tree

1 file changed

+3
-6
lines changed
  • spring-cloud-commons-dependencies

1 file changed

+3
-6
lines changed

spring-cloud-commons-dependencies/pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,10 @@
6060
<!-- This can be removed in the next major -->
6161
<dependency>
6262
<groupId>com.squareup.okhttp3</groupId>
63-
<artifactId>okhttp</artifactId>
64-
<version>${okhttp.version}</version>
65-
</dependency>
66-
<dependency>
67-
<groupId>com.squareup.okhttp3</groupId>
68-
<artifactId>logging-interceptor</artifactId>
63+
<artifactId>okhttp-bom</artifactId>
6964
<version>${okhttp.version}</version>
65+
<scope>import</scope>
66+
<type>pom</type>
7067
</dependency>
7168
</dependencies>
7269
</dependencyManagement>

0 commit comments

Comments
 (0)