From e049419e5a7cfb4693abb7dc7d045f260cf3fd7a Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Mon, 6 Apr 2020 11:35:48 +0200 Subject: [PATCH] added commonc codec dependency --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 04c787d..a79713d 100644 --- a/pom.xml +++ b/pom.xml @@ -289,6 +289,11 @@ javax.servlet-api provided + + commons-codec + commons-codec + compile +