vidakovic commented on code in PR #4281:
URL: https://github.com/apache/fineract/pull/4281#discussion_r2041194593
##########
buildSrc/src/main/groovy/org.apache.fineract.dependencies.gradle:
##########
@@ -235,6 +236,8 @@ dependencyManagement {
//v42.7.5: performance issue:
https://github.com/pgjdbc/pgjdbc/issues/3511#issuecomment-2637277977
dependency 'org.postgresql:postgresql:42.7.4'
+ dependency 'mysql:mysql-connector-java:8.0.33'
Review Comment:
Well, I checked again: we have that dependency already in multiple places.
And we should actually replace it with the latest one which was re-located in
Maven Central by Oracle:
```
https://mvnrepository.com/artifact/com.mysql/mysql-connector-j
```
That tells me that licensing is not an issue as we are doing this already
for a long time (and Spring Data does it too BTW).
--
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]