Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from aasaru/FINCN-175
Browse files Browse the repository at this point in the history
FINCN-175 remove netty warning during startup
  • Loading branch information
Anh3h committed Sep 13, 2019
2 parents 7b761e6 + 5999bf7 commit 4f820e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/build.gradle
Expand Up @@ -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'],
)
}

Expand Down

0 comments on commit 4f820e2

Please sign in to comment.