Skip to content

Commit

Permalink
Remove duplicate version for okclient
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Jul 22, 2023
1 parent 3e73b80 commit dd55143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components-starter/camel-salesforce-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit dd55143

Please sign in to comment.