2019-09-23 10:02:20 +02:00
|
|
|
dependencies {
|
2020-05-20 14:56:37 +02:00
|
|
|
api "io.reactivex:rxjava:${project.property('reactivex.version')}"
|
|
|
|
implementation "io.netty:netty-codec-http:${project.property('netty.version')}"
|
|
|
|
implementation "io.netty:netty-transport-native-epoll:${project.property('netty.version')}"
|
|
|
|
testImplementation "org.mockito:mockito-core:${project.property('mockito.version')}"
|
|
|
|
testImplementation "org.junit.vintage:junit-vintage-engine:${project.property('junit.version')}"
|
|
|
|
testImplementation "junit:junit:${project.property('junit4.version')}"
|
2019-09-23 10:02:20 +02:00
|
|
|
}
|