From: Jimmy Forsyth Date: Fri, 13 Dec 2019 14:51:57 +0000 (-0500) Subject: Downgrade reflections to 0.9.10 X-Git-Tag: 1.6.1~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=af2453db98cd8c66237103c96088d8c808ff016c;p=aai%2Faai-common.git 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 --- 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} + +