From 5cbc856cdef0f1775ae4acdfa08345325c737234 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 6 Aug 2020 11:47:40 -0400 Subject: [PATCH] Exclude javaparser due to license issue javaparser is included indirectly by aai-schema jar. Modified the pom to excluded javaparser when including aai-schema jar. Verified that models aai code still works and that drools-apps use case tests still work. Issue-ID: POLICY-2736 Change-Id: Iba137cf7ee4be6f2e35e3053413a4a9068860823 Signed-off-by: Jim Hahn --- models-interactions/model-impl/aai/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/models-interactions/model-impl/aai/pom.xml b/models-interactions/model-impl/aai/pom.xml index 6873342bf..e11aefa4b 100644 --- a/models-interactions/model-impl/aai/pom.xml +++ b/models-interactions/model-impl/aai/pom.xml @@ -73,6 +73,12 @@ org.onap.aai.schema-service aai-schema 1.7.2 + + + com.google.code.javaparser + javaparser + + -- 2.16.6