From 8ddaf41db27a358f99e989656b885a00fc7faa45 Mon Sep 17 00:00:00 2001 From: kristinn Date: Fri, 5 Jul 2019 11:27:15 +0000 Subject: [PATCH] Add crawler-commons dependency. Bump commons-io dependency version to match crawler-commons. --- commons/pom.xml | 2 +- modules/pom.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/commons/pom.xml b/commons/pom.xml index 3a9da7dc..e847c8b9 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -57,7 +57,7 @@ commons-io commons-io - 1.4 + 2.4 compile diff --git a/modules/pom.xml b/modules/pom.xml index d38cd346..3db49f54 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -70,6 +70,11 @@ 1.6.6 test + + com.github.crawler-commons + crawler-commons + 1.0 +