File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ subprojects { subProject ->
2525 " https://javadoc.io/doc/com.diffplug.durian/durian-concurrent/${ VER_DURIAN} " ,
2626 " https://javadoc.io/doc/com.diffplug.durian/durian-debug/${ VER_DURIAN_DEBUG} " ,
2727 " https://javadoc.io/doc/com.diffplug.durian/durian-rx/${ VER_DURIAN_RX} " ,
28- " https://javadoc.io/doc/io.reactivex.rxjava2/rxjava/${ VER_RXJAVA} " ,
2928 ' https://docs.oracle.com/javase/8/docs/api/'
3029 ]. join(' ' )
3130
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ p2deps {
2222dependencies {
2323 api project(' :durian-swt.os' )
2424 api " com.diffplug.durian:durian-rx:$VER_DURIAN_RX "
25- api " io.reactivex.rxjava2:rxjava:$VER_RXJAVA "
2625 implementation " com.diffplug.durian:durian-core:$VER_DURIAN "
2726 implementation " com.diffplug.durian:durian-collect:$VER_DURIAN "
2827 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
1515VER_DURIAN =1.2.0
1616VER_DURIAN_RX =4.0.0
1717VER_DURIAN_DEBUG =1.0.0
18- VER_RXJAVA =2.0.0
1918# SWT Dependencies from P2
2019SWT_VERSION =4.21
2120SWT_VERSION_X86 =4.7
You can’t perform that action at this time.
0 commit comments