You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ik...@apache.org on 2019/10/20 00:21:45 UTC

[fineract-cn-permitted-feign-client] branch develop updated: Eliminate traces of MariaDB

This is an automated email from the ASF dual-hosted git repository.

ikamga pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-permitted-feign-client.git


The following commit(s) were added to refs/heads/develop by this push:
     new 406e0f8  Eliminate traces of MariaDB
     new 1883b06  Merge pull request #10 from Izakey/develop
406e0f8 is described below

commit 406e0f8f58a90676ced6ff798070a4cfe2074a9b
Author: Isaac Kamga <u2...@gmail.com>
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'