Codebase list osmosis / 6cfbad40-f389-44a5-8892-8544bd300fd3/main osmosis-replication-http / build.gradle
6cfbad40-f389-44a5-8892-8544bd300fd3/main

Tree @6cfbad40-f389-44a5-8892-8544bd300fd3/main (Download .tar.gz)

build.gradle @6cfbad40-f389-44a5-8892-8544bd300fd3/mainraw · history · blame

1
2
3
4
5
6
7
dependencies {
    compile project(':osmosis-core')
    compile project(':osmosis-replication')
    compile project(':osmosis-xml')
    compile group: 'io.netty', name: 'netty', version: dependencyVersionNetty
    testCompile project(':osmosis-testutil')
}