Skip to content

Commit

Permalink
Remove okhttp and okio from the BOM
Browse files Browse the repository at this point in the history
With quarkusio#30480, we no longer depend on okhttp,
so there is no reason to keep it in the BOM anymore
  • Loading branch information
geoand committed Feb 2, 2023
1 parent 9666d20 commit 58ae681
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@
<mongo-crypt.version>1.7.1</mongo-crypt.version>
<proton-j.version>0.34.0</proton-j.version>
<javaparser.version>3.24.2</javaparser.version>
<okhttp.version>3.14.9</okhttp.version><!-- keep in sync with okio -->
<okio.version>1.17.2</okio.version><!-- keep in sync with okhttp -->
<hibernate-quarkus-local-cache.version>0.1.1</hibernate-quarkus-local-cache.version>
<flapdoodle.mongo.version>4.4.0</flapdoodle.mongo.version>
<quarkus-spring-api.version>5.2.SP7</quarkus-spring-api.version>
Expand Down Expand Up @@ -4160,21 +4158,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>${okhttp.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>${okhttp.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>${okio.version}</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
Expand Down

0 comments on commit 58ae681

Please sign in to comment.