adamsaghy commented on code in PR #4281:
URL: https://github.com/apache/fineract/pull/4281#discussion_r2036881075
##########
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:
Isnt this problematic from licensing?
##########
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:
Isnt this problematic from licensing point of view?
--
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]