We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7371f12 + 0395134 commit cf58952Copy full SHA for cf58952
spring-cloud-commons-dependencies/pom.xml
@@ -60,13 +60,10 @@
60
<!-- This can be removed in the next major -->
61
<dependency>
62
<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>
+ <artifactId>okhttp-bom</artifactId>
69
<version>${okhttp.version}</version>
+ <scope>import</scope>
+ <type>pom</type>
70
</dependency>
71
</dependencies>
72
</dependencyManagement>
0 commit comments