From 9bd9dd4f3aed166c00fb6e248a02d161921fcf71 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Thu, 12 Dec 2019 14:24:48 -0500 Subject: [PATCH] Add missing deps Issue-ID: AAI-2738 Signed-off-by: Jimmy Forsyth Change-Id: Iddc81d870428a43681033c03f788bea0b6af2637 --- aai-parent/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index a6b51665..1fd169a6 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -50,6 +50,7 @@ 1.9.13 1.9.4 1.4 + 1.19 1.10 2.6 2.6 @@ -598,6 +599,12 @@ ${snakeyaml.version} + + org.apache.commons + commons-compress + ${commons.compress.version} + + -- 2.16.6