meonkeys commented on code in PR #5950:
URL: https://github.com/apache/fineract/pull/5950#discussion_r3365791635


##########
fineract-provider/build.gradle:
##########
@@ -190,6 +190,12 @@ dependencies {
     driver 'com.mysql:mysql-connector-j'
 }
 
+tasks.register('copyDatabaseDriverPlugins', Copy) {

Review Comment:
   We'll end up with two copies of the postgres driver in the image, one in 
`/app/libs`, one in `/app/plugins`. Seems safer/cleaner to only have one. I'd 
be worried about classpath issues sometime down the road if they get out of 
sync.



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