SamaSVM commented on code in PR #5932:
URL: https://github.com/apache/fineract/pull/5932#discussion_r3451546727
##########
fineract-client-feign/dependencies.gradle:
##########
@@ -26,23 +26,25 @@ dependencies {
'io.github.openfeign:feign-okhttp:13.12',
'io.github.openfeign.form:feign-form:3.8.0',
'org.apache.httpcomponents.client5:httpclient5:5.6.1',
- 'com.squareup.okhttp3:okhttp:4.12.0',
Review Comment:
fineract-client-feign is included in the fineractJavaProjects list in
build.gradle (line 53), which means the following configuration is applied to
it:
`apply from:
"${rootDir}/buildSrc/src/main/groovy/org.apache.fineract.dependencies.gradle"`
That file also imports a BOM (line 25):
`mavenBom 'com.squareup.okhttp3:okhttp-bom:4.12.0'`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]