From: Jim Hahn Date: Thu, 6 Aug 2020 15:47:40 +0000 (-0400) Subject: Exclude javaparser due to license issue X-Git-Tag: 2.3.1~23 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5cbc856cdef0f1775ae4acdfa08345325c737234;p=policy%2Fmodels.git 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 --- 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 + +