budaidev commented on code in PR #5082:
URL: https://github.com/apache/fineract/pull/5082#discussion_r2418521855


##########
integration-tests/dependencies.gradle:
##########
@@ -32,9 +33,16 @@ dependencies {
             project(path: ':fineract-savings', configuration: 
'runtimeElements'),
             project(path: ':fineract-provider', configuration: 
'runtimeElements'),
             project(path: ':fineract-avro-schemas', configuration: 
'runtimeElements'),
-            project(path: ':fineract-client', configuration: 
'runtimeElements'),
             project(path: ':fineract-progressive-loan', configuration: 
'runtimeElements')
             )
+
+    // Retrofit client for existing tests
+    testImplementation project(path: ':fineract-client', configuration: 
'runtimeElements')
+
+    // Feign client - exclude services to avoid conflicts with Retrofit client

Review Comment:
   I clarified the comment we don't actually excluded it
   



-- 
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]

Reply via email to