summaryrefslogtreecommitdiffstats
path: root/models-interactions
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-08-06 11:47:40 -0400
committerJim Hahn <jrh3@att.com>2020-08-06 11:49:24 -0400
commit5cbc856cdef0f1775ae4acdfa08345325c737234 (patch)
treec8c1c61ce3e63b120861935817e2ae6385352e67 /models-interactions
parent364ef26929f06637bca03dd7bfb5e8ac69b611f8 (diff)
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 <jrh3@att.com>
Diffstat (limited to 'models-interactions')
-rw-r--r--models-interactions/model-impl/aai/pom.xml6
1 files changed, 6 insertions, 0 deletions
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 @@
<groupId>org.onap.aai.schema-service</groupId>
<artifactId>aai-schema</artifactId>
<version>1.7.2</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.google.code.javaparser</groupId>
+ <artifactId>javaparser</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
</project>