You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by an...@apache.org on 2019/09/13 15:45:51 UTC

[fineract-cn-identity] branch develop updated: FINCN-175 remove netty warning during startup

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

angeh 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 5999bf7  FINCN-175 remove netty warning during startup
     new 4f820e2  Merge pull request #14 from aasaru/FINCN-175
5999bf7 is described below

commit 5999bf7b28503f839aab25117a73a259a35d3e06
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Fri Sep 13 11:33:01 2019 +0300

    FINCN-175 remove netty warning during startup
---
 service/build.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/service/build.gradle b/service/build.gradle
index e938832..5e37b3d 100644
--- a/service/build.gradle
+++ b/service/build.gradle
@@ -59,6 +59,8 @@ dependencies {
             [group: 'org.apache.fineract.cn.identity', name: 'api', version: rootProject.version],
             [group: 'org.apache.fineract.cn.anubis', name: 'api', version: versions.frameworkanubis],
             [group: 'org.apache.fineract.cn.anubis', name: 'library', version: versions.frameworkanubis],
+            [group: 'io.netty', name: 'netty-all', version: '4.1.39.Final'],
+            [group: 'io.netty', name: 'netty-transport-native-epoll', version: '4.1.39.Final'],
     )
 }