Skip to content

Commit

Permalink
Set OkHttp 4.10.0 in parent pom (keycloak#16383)
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Jan 12, 2023
1 parent 8313baa commit 8ee2a98
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
19 changes: 0 additions & 19 deletions docs/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,6 @@
<description>Keycloak Guides Maven Plugin</description>
<packaging>maven-plugin</packaging>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bom</artifactId>
<version>${quarkus.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -69,14 +58,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-core</artifactId>
</dependency>
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config</artifactId>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
Expand Down
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
<ua-parser.version>1.5.2</ua-parser.version>
<picketbox.version>5.0.3.Final</picketbox.version>
<google.guava.version>30.1-jre</google.guava.version>
<okhttp.version>4.10.0</okhttp.version>

<!-- Openshift -->
<version.com.openshift.openshift-restclient-java>9.0.5.Final</version.com.openshift.openshift-restclient-java>
Expand Down Expand Up @@ -298,6 +299,16 @@
<version>${project.version}</version>
<type>pom</type>
</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>org.jboss</groupId>
<artifactId>jboss-dmr</artifactId>
Expand Down

0 comments on commit 8ee2a98

Please sign in to comment.