File tree 3 files changed +0
-3
lines changed
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ subprojects { subProject ->
25
25
" https://javadoc.io/doc/com.diffplug.durian/durian-concurrent/${ VER_DURIAN} " ,
26
26
" https://javadoc.io/doc/com.diffplug.durian/durian-debug/${ VER_DURIAN_DEBUG} " ,
27
27
" https://javadoc.io/doc/com.diffplug.durian/durian-rx/${ VER_DURIAN_RX} " ,
28
- " https://javadoc.io/doc/io.reactivex.rxjava2/rxjava/${ VER_RXJAVA} " ,
29
28
' https://docs.oracle.com/javase/8/docs/api/'
30
29
]. join(' ' )
31
30
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ p2deps {
22
22
dependencies {
23
23
api project(' :durian-swt.os' )
24
24
api " com.diffplug.durian:durian-rx:$VER_DURIAN_RX "
25
- api " io.reactivex.rxjava2:rxjava:$VER_RXJAVA "
26
25
implementation " com.diffplug.durian:durian-core:$VER_DURIAN "
27
26
implementation " com.diffplug.durian:durian-collect:$VER_DURIAN "
28
27
implementation " com.diffplug.durian:durian-concurrent:$VER_DURIAN "
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ VER_FINDBUGS=3.0.1
15
15
VER_DURIAN =1.2.0
16
16
VER_DURIAN_RX =4.0.0
17
17
VER_DURIAN_DEBUG =1.0.0
18
- VER_RXJAVA =2.0.0
19
18
# SWT Dependencies from P2
20
19
SWT_VERSION =4.21
21
20
SWT_VERSION_X86 =4.7
You can’t perform that action at this time.
0 commit comments