From e1c36ac37d412aae2445f7f5a0bb1d7fb410fe31 Mon Sep 17 00:00:00 2001 From: Hu Butui Date: Sat, 2 Mar 2024 13:05:18 +0800 Subject: [PATCH] use rxjavafx from jitpack.io 1. maven requires https, but http://maven.inria.fr is not ready. 2. even if we re-enable http for maven building, rxjavafx is not found in http://maven.inria.fr anymore. maybe it's no plublic available. 3. we use rxjavafx from https://jitpack.io instead, and upgrade to 2.11.0-RC34. --- pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c024bfe1..d12edede 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 3.5.13 linux 16.0.1 - 2.11.0-RC33 + 2.11.0-RC34 ${java.home} --linux-rpm-license-type "GPLv3+" --linux-menu-group "Office;" --linux-shortcut --linux-deb-maintainer "Arnaud Blouin" UTF-8 @@ -58,6 +58,10 @@ + + jitpack.io + https://jitpack.io + mavenTriskellRelease http://maven.inria.fr-triskell-releases @@ -638,8 +642,8 @@ ${javafx.platform} - io.reactivex - rxjavafx + com.github.ReactiveX + RxJavaFX ${rxjavafx.version} -- 2.43.2