From 6c19c67365ba67ef571f3bba52ba0d18165bad33 Mon Sep 17 00:00:00 2001 From: tbielaszewski Date: Wed, 1 Aug 2018 00:01:26 +0200 Subject: [PATCH] commons-io to read bytes from file in convenient way --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b87da11..86d3fc7 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,12 @@ spring-boot-starter-test test - + + commons-io + commons-io + 2.2 + +