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


##########
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:
   if you exclude the generated services, how can any of the integration tests 
using this client?



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