This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 7f5ebbbba8 NIFI-14730 Added okhttp-jvm dependency for OkHttp 5.0.0
(#10076)
7f5ebbbba8 is described below
commit 7f5ebbbba8d9e8fbe5ad9679866e87bd30af8eac
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Jul 9 15:03:06 2025 +0200
NIFI-14730 Added okhttp-jvm dependency for OkHttp 5.0.0 (#10076)
Signed-off-by: David Handermann <[email protected]>
---
c2/c2-client-bundle/c2-client-http/pom.xml | 4 ++++
.../nifi-asana-bundle/nifi-asana-services/pom.xml | 5 +++++
.../nifi-box-bundle/nifi-box-services/pom.xml | 4 ++++
.../nifi-standard-bundle/nifi-standard-processors/pom.xml | 4 ++++
.../nifi-web-client-provider-service/pom.xml | 5 +++++
.../nifi-standard-shared-bom/pom.xml | 10 ++++++++++
.../nifi-standard-shared-nar/pom.xml | 5 +++++
7 files changed, 37 insertions(+)
diff --git a/c2/c2-client-bundle/c2-client-http/pom.xml
b/c2/c2-client-bundle/c2-client-http/pom.xml
index acfbe893ea..d88d3e29df 100644
--- a/c2/c2-client-bundle/c2-client-http/pom.xml
+++ b/c2/c2-client-bundle/c2-client-http/pom.xml
@@ -65,6 +65,10 @@ limitations under the License.
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp-jvm</artifactId>
+ </dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
diff --git
a/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services/pom.xml
b/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services/pom.xml
index 6dbc5d1a92..fac42762cf 100644
--- a/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services/pom.xml
+++ b/nifi-extension-bundles/nifi-asana-bundle/nifi-asana-services/pom.xml
@@ -47,6 +47,11 @@
<artifactId>okhttp</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp-jvm</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
diff --git a/nifi-extension-bundles/nifi-box-bundle/nifi-box-services/pom.xml
b/nifi-extension-bundles/nifi-box-bundle/nifi-box-services/pom.xml
index f0bd88cd2d..122c3191a9 100644
--- a/nifi-extension-bundles/nifi-box-bundle/nifi-box-services/pom.xml
+++ b/nifi-extension-bundles/nifi-box-bundle/nifi-box-services/pom.xml
@@ -42,6 +42,10 @@
<artifactId>box-java-sdk</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp-jvm</artifactId>
+ </dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-proxy-configuration-api</artifactId>
diff --git
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index 49cde8b812..19c84ab394 100644
---
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -397,6 +397,10 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp-jvm</artifactId>
+ </dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-urlconnection</artifactId>
diff --git
a/nifi-extension-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-service/pom.xml
b/nifi-extension-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-service/pom.xml
index 457ac2c7a8..78c2b1240a 100644
---
a/nifi-extension-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-service/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-services/nifi-web-client-provider-bundle/nifi-web-client-provider-service/pom.xml
@@ -69,5 +69,10 @@
<artifactId>okhttp</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp-jvm</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>
diff --git
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
index cfc6dd2442..d0e70c1dc5 100644
---
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
@@ -137,6 +137,12 @@
<version>${okhttp.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp-jvm</artifactId>
+ <version>${okhttp.version}</version>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
@@ -294,6 +300,10 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp-jvm</artifactId>
+ </dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
diff --git
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-nar/pom.xml
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-nar/pom.xml
index 3706e0c4d0..dfb432864b 100644
---
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-nar/pom.xml
+++
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-nar/pom.xml
@@ -118,6 +118,11 @@
<artifactId>okhttp</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp-jvm</artifactId>
+ <scope>compile</scope>
+ </dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>