xurror commented on a change in pull request #1655:
URL: https://github.com/apache/fineract/pull/1655#discussion_r588875037
##########
File path: fineract-provider/dependencies.gradle
##########
@@ -61,6 +61,7 @@ dependencies {
'org.apache.poi:poi-ooxml-schemas',
'org.apache.tika:tika-core',
+ 'mysql:mysql-connector-java:8.0.23',
'org.drizzle.jdbc:drizzle-jdbc',
Review comment:
We still face a problem of packaging here as we cannot distribute
fineract with mysql connector. That is the main problem to this issue. This
adds an additional connector jar but the system is still using drizzle
connector. The whole point here is to completely remove drizzle and use
mysql/mariadb connector while avoiding to include it the fineract jar as
breaches apache licence.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]