diff options
author | pramod.jamkhedkar <pramod@research.att.com> | 2019-05-13 06:43:49 -0400 |
---|---|---|
committer | pramod.jamkhedkar <pramod@research.att.com> | 2019-05-13 06:44:10 -0400 |
commit | 986f665c06a72f9636d3bf94e2b0ebda3916a017 (patch) | |
tree | 3cf5098fca1940d57c59ea539f32586aa9916475 | |
parent | 2aea40592eae4b365e69426c8487ff672c18b4e1 (diff) |
Changed Aai schema dependency
Changed Aai schema dependency to 1.0.2 and removed exclusions.
Issue-ID: POLICY-1717
Change-Id: I5cf192f85a3233bc133a6daaa54618ba0ddd1243
Signed-off-by: pramod.jamkhedkar <pramod@research.att.com>
-rw-r--r-- | models-interactions/model-impl/aai/pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/models-interactions/model-impl/aai/pom.xml b/models-interactions/model-impl/aai/pom.xml index 971209679..9164ef239 100644 --- a/models-interactions/model-impl/aai/pom.xml +++ b/models-interactions/model-impl/aai/pom.xml @@ -68,13 +68,7 @@ <dependency> <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> + <version>1.0.2</version> </dependency> </dependencies> </project> |