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

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


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

commit 57116ebf69dd43b94599bc39cae950cc7dc4b97e
Author: Isaac Kamga <u2...@gmail.com>
AuthorDate: Sun Oct 20 00:43:55 2019 +0100

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

diff --git a/shared.gradle b/shared.gradle
index 4f6992c..492704f 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -44,11 +44,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'