From 97b3185856c6aab6f612a81debb05c35c6023ea0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Wed, 17 Aug 2016 16:16:51 +0200 Subject: [PATCH] fix whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- storage-units-jackson/pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/storage-units-jackson/pom.xml b/storage-units-jackson/pom.xml index 70575c3..92b2e4c 100644 --- a/storage-units-jackson/pom.xml +++ b/storage-units-jackson/pom.xml @@ -48,19 +48,19 @@ ${project.version} - com.fasterxml.jackson.core - jackson-core - 2.7.5 + com.fasterxml.jackson.core + jackson-core + 2.7.5 - com.fasterxml.jackson.core - jackson-databind - 2.7.5 + com.fasterxml.jackson.core + jackson-databind + 2.7.5 - com.fasterxml.jackson.core - jackson-annotations - 2.7.5 + com.fasterxml.jackson.core + jackson-annotations + 2.7.5 \ No newline at end of file -- 2.11.4.GIT