From ff53f4a5e8bac4facc20d0a3dadcd7a50cbdcf58 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Thu, 12 Dec 2019 11:13:56 -0500 Subject: [PATCH] Add some missing deps Issue-ID: AAI-2738 Signed-off-by: Jimmy Forsyth Change-Id: I9a2f9715903f9fdd147b8f187efff1fb7b2f8cc5 --- aai-parent/pom.xml | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index eda7f546..a6b51665 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -53,6 +53,7 @@ 1.10 2.6 2.6 + 3.9 1.8 0.31.0 1.1.9 @@ -64,6 +65,7 @@ 2.5.8 2.8.6 2.0.0.0 + 2.2 2.10.1 0.2.3 1.2 @@ -90,6 +92,7 @@ 3.1 1.6.6 3.1.1 + 1.25 1.5.22.RELEASE 4.3.25.RELEASE 4.3.25.RELEASE @@ -173,6 +176,13 @@ ${commons.configuration.version} + + org.apache.commons + commons-lang3 + ${commons.lang3.version} + + + commons-lang commons-lang @@ -203,6 +213,18 @@ ${logback.version} + + org.hamcrest + java-hamcrest + ${hamcrest.junit.version} + + + + org.hamcrest + hamcrest-core + ${hamcrest.core.version} + + org.hamcrest hamcrest-junit @@ -562,8 +584,6 @@ jsonassert ${jsonassert.version} test - - @@ -571,7 +591,13 @@ plexus-utils ${plexus.utils.version} - + + + org.yaml + snakeyaml + ${snakeyaml.version} + + -- 2.16.6