From 83970de457eee94e76a69fa464ae2fcc1a9e755a Mon Sep 17 00:00:00 2001 From: frauzufall Date: Fri, 6 Dec 2019 14:09:30 +0100 Subject: [PATCH] Adds commons-compress to managed dependencies * imagej-tensorflow is depending on commons-compress --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 2d31dc64..bb2d866d 100644 --- a/pom.xml +++ b/pom.xml @@ -677,6 +677,9 @@ 3.2.2 + + 1.18 + 2.6 @@ -2730,6 +2733,13 @@ ${commons-collections.version} + + + org.apache.commons + commons-compress + ${commons-compress.version} + + commons-io