From 6524be67a4ab4264d645e13bb4cd343fba5a27cc Mon Sep 17 00:00:00 2001 From: frauzufall Date: Thu, 8 Aug 2019 14:42:13 +0200 Subject: [PATCH 1/3] Updater V1 changes * imagej-scijava-plugins-uploader-webdav: 0.2.2 -> 0.3.1 * imagej-ui-swing: 0.22.0 -> 0.23.1 * imagej-updater: 0.9.3 -> 0.10.1 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2d31dc64..5190f6b1 100644 --- a/pom.xml +++ b/pom.xml @@ -309,7 +309,7 @@ 0.3.2 - 0.2.2 + 0.3.1 0.8.2 @@ -324,10 +324,10 @@ 0.3.1 - 0.22.0 + 0.23.1 - 0.9.3 + 0.10.1 0.4.1 From c28f3ac5dea91464e17116768de75e3e3e566af3 Mon Sep 17 00:00:00 2001 From: frauzufall Date: Fri, 6 Dec 2019 13:41:22 +0100 Subject: [PATCH 2/3] Update imagej-updater to 0.10.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5190f6b1..284e6520 100644 --- a/pom.xml +++ b/pom.xml @@ -327,7 +327,7 @@ 0.23.1 - 0.10.1 + 0.10.3 0.4.1 From 97bfe839636ffd75cbbbe71b4392eb5823efffca Mon Sep 17 00:00:00 2001 From: frauzufall Date: Fri, 6 Dec 2019 13:41:57 +0100 Subject: [PATCH 3/3] Add apache-httpclient, apache-httpcore and jackrabbit-webdav to dependency management --- pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/pom.xml b/pom.xml index 284e6520..2a4e6828 100644 --- a/pom.xml +++ b/pom.xml @@ -637,6 +637,10 @@ 2.3.1 + + 4.5.6 + 4.4.11 + 1.11 ${batik.version} @@ -708,6 +712,9 @@ 5.5.13.1 + + 2.19.3 + 1.1.3 ${jai.version} @@ -2457,6 +2464,23 @@ + + + org.apache.httpcomponents + httpclient + ${apache-httpclient.version} + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpcore + ${apache-httpcore.version} + org.apache.xmlgraphics @@ -2805,6 +2829,13 @@ ${itextpdf.version} + + + org.apache.jackrabbit + jackrabbit-webdav + ${jackrabbit-webdav.version} + + com.sun.media