diff options
Diffstat (limited to 'models-interactions/model-impl/aai/pom.xml')
-rw-r--r-- | models-interactions/model-impl/aai/pom.xml | 6 |
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> |