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 e52b443d0..971209679 100644 --- a/models-interactions/model-impl/aai/pom.xml +++ b/models-interactions/model-impl/aai/pom.xml @@ -69,6 +69,12 @@ <groupId>org.onap.aai.schema-service</groupId> <artifactId>aai-schema</artifactId> <version>1.0.1</version> + <exclusions> + <exclusion> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + </exclusion> + </exclusions> </dependency> </dependencies> </project> |