You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2021/03/07 03:27:46 UTC

[GitHub] [fineract] xurror commented on a change in pull request #1655: Fineract 982ditchdrizzle

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:
users@infra.apache.org