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:28 UTC

[fineract-cn-identity] 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-identity.git


The following commit(s) were added to refs/heads/develop by this push:
     new f988da1  Eliminate traces of MariaDB
     new d810987  Merge pull request #18 from Izakey/develop
f988da1 is described below

commit f988da1c8a575ab6d65c91b5137ee6b6b37f32b4
Author: Isaac Kamga <u2...@gmail.com>
AuthorDate: Sun Oct 20 00:48:32 2019 +0100

    Eliminate traces of MariaDB
---
 shared.gradle | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/shared.gradle b/shared.gradle
index 6423092..afe9ed2 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'