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 {
3
3
jcenter()
4
4
}
5
5
6
- dependencies { classpath ' io.reactivesocket:gradle-nebula-plugin-reactivesocket:1.0.3 ' }
6
+ dependencies { classpath ' io.reactivesocket:gradle-nebula-plugin-reactivesocket:1.0.5 ' }
7
7
}
8
8
9
9
description = ' ReactiveSocket: stream oriented messaging passing with Reactive Stream semantics.'
@@ -12,17 +12,16 @@ apply plugin: 'reactivesocket-project'
12
12
apply plugin : ' java'
13
13
14
14
repositories {
15
- jcenter()
16
- maven { url ' https://oss.jfrog.org/libs-snapshot' }
15
+ maven { url ' https://oss.jfrog.org/libs-snapshot' }
17
16
}
18
17
19
18
dependencies {
20
19
compile ' org.reactivestreams:reactive-streams:1.0.0.final'
21
20
compile ' org.agrona:Agrona:0.4.13'
22
21
23
22
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 '
26
25
}
27
26
28
27
// 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