File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed
src/main/java/io/reactivesocket Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 jcenter()
44 }
55
6- dependencies { classpath ' io.reactivesocket:gradle-nebula-plugin-reactivesocket:1.0.3 ' }
6+ dependencies { classpath ' io.reactivesocket:gradle-nebula-plugin-reactivesocket:1.0.5 ' }
77}
88
99description = ' ReactiveSocket: stream oriented messaging passing with Reactive Stream semantics.'
@@ -12,17 +12,16 @@ apply plugin: 'reactivesocket-project'
1212apply plugin : ' java'
1313
1414repositories {
15- jcenter()
16- maven { url ' https://oss.jfrog.org/libs-snapshot' }
15+ maven { url ' https://oss.jfrog.org/libs-snapshot' }
1716}
1817
1918dependencies {
2019 compile ' org.reactivestreams:reactive-streams:1.0.0.final'
2120 compile ' org.agrona:Agrona:0.4.13'
2221
2322 testCompile ' io.reactivex:rxjava:2.0.0-DP0-20151003.214425-143'
24- testCompile ' junit:junit-dep :4.10 '
25- testCompile ' org.mockito:mockito-core:1.8.5 '
23+ testCompile ' junit:junit:4.12 '
24+ testCompile ' org.mockito:mockito-core:1.10.19 '
2625}
2726
2827// support for snapshot/final releases via versioned branch names like 1.x
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments