This is an automated email from the ASF dual-hosted git repository. juhan pushed a commit to branch spring_boot_2 in repository https://gitbox.apache.org/repos/asf/fineract-cn-permitted-feign-client.git
commit 406e0f8f58a90676ced6ff798070a4cfe2074a9b Author: Isaac Kamga <[email protected]> AuthorDate: Sun Oct 20 00:55:12 2019 +0100 Eliminate traces of MariaDB --- shared.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/shared.gradle b/shared.gradle index 540355c..1068642 100644 --- a/shared.gradle +++ b/shared.gradle @@ -42,11 +42,6 @@ repositories { maven { url 'https://mifos.jfrog.io/mifos/libs-snapshot/' } } -configurations { - compile.exclude group: 'org.apache.fineract.cn', module: 'mariadb' - compile.exclude group: 'ch.vorburger', module: 'mariaDB4j' -} - dependencyManagement { imports { mavenBom 'io.spring.platform:platform-bom:Athens-RELEASE'
