vidakovic commented on pull request #2205:
URL: https://github.com/apache/fineract/pull/2205#issuecomment-1081403741


   @taskain7 ... the fix here should be relatively simple: it seems that there 
is a transitive dependency on log4j. The only thing to do here is to define an 
exclude on the library that drags it in (we are using Slf4j... which is why 
this check is triggered).
   
   Running:
   ```
   ./gradlew :fineract-provider:dependencies > /tmp/dependencies.txt
   ```
   should give you a quick way to find the library that includes log4j.
   
   And if you want to test locally if everything is good just execute this test:
   ```
   resources/features/infrastructure/infrastructure.classpath.feature
   ```
   


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