You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/22 09:16:26 UTC

[camel-spring-boot] branch main updated: Remove duplicate version for okclient

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new dd55143c669 Remove duplicate version for okclient
dd55143c669 is described below

commit dd55143c669293e2871c7c9d89d55cf45d608735
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Jul 22 11:16:19 2023 +0200

    Remove duplicate version for okclient
---
 components-starter/camel-salesforce-starter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components-starter/camel-salesforce-starter/pom.xml b/components-starter/camel-salesforce-starter/pom.xml
index fb15835d647..f6267d37ce6 100644
--- a/components-starter/camel-salesforce-starter/pom.xml
+++ b/components-starter/camel-salesforce-starter/pom.xml
@@ -42,7 +42,7 @@
     <dependency>
       <groupId>com.squareup.okhttp3</groupId>
       <artifactId>mockwebserver</artifactId>
-      <version>${okclient-version}</version>
+      <version>${squareup-okhttp-version}</version>
       <scope>test</scope>
     </dependency>
     <!-- forcing okhttp v3.x related to https://issues.apache.org/jira/browse/CAMEL-16336 -->