From af2453db98cd8c66237103c96088d8c808ff016c Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 13 Dec 2019 09:51:57 -0500 Subject: [PATCH] Downgrade reflections to 0.9.10 reflections 0.9.11 is latest but incompatible with a previously included version of guava Issue-ID: AAI-2739 Signed-off-by: Jimmy Forsyth Change-Id: I3d2696e1848ea41dafd9e9b1e8bc561a2fb5d83a --- aai-parent/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 1fd169a6..c187d095 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -55,6 +55,7 @@ 2.6 2.6 3.9 + 3.6 1.8 0.31.0 1.1.9 @@ -93,6 +94,7 @@ 3.1 1.6.6 3.1.1 + 0.9.10 1.25 1.5.22.RELEASE 4.3.25.RELEASE @@ -488,6 +490,12 @@ log4j ${log4j.version} + + + log4j + apache-log4j-extras + ${log4j.version} + commons-io @@ -605,6 +613,18 @@ ${commons.compress.version} + + org.reflections + reflections + ${reflections.version} + + + + commons-net + commons-net + ${commons.net.version} + + -- 2.16.6