diff options
author | pramod.jamkhedkar <pramod@research.att.com> | 2019-05-16 09:11:29 -0400 |
---|---|---|
committer | pramod.jamkhedkar <pramod@research.att.com> | 2019-05-16 09:12:20 -0400 |
commit | 89af78cfc39c9ecbab1a7d7a98f3930398a4ea49 (patch) | |
tree | 415efb7d24c8873c10c8a509bbe624bbf8bbc10c /models-interactions/model-impl | |
parent | 0ae55ffc3f39511c9a0a0e7076d0769c05be51c5 (diff) |
Changed aai dependency
Changed aai dependency to 1.0.3
Issue-ID: POLICY-1717
Change-Id: I8f38d27b9af8dabba1eb491fd9e70307718e47ae
Signed-off-by: pramod.jamkhedkar <pramod@research.att.com>
Diffstat (limited to 'models-interactions/model-impl')
-rw-r--r-- | models-interactions/model-impl/aai/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models-interactions/model-impl/aai/pom.xml b/models-interactions/model-impl/aai/pom.xml index f6974bd42..34d144516 100644 --- a/models-interactions/model-impl/aai/pom.xml +++ b/models-interactions/model-impl/aai/pom.xml @@ -68,7 +68,7 @@ <dependency> <groupId>org.onap.aai.schema-service</groupId> <artifactId>aai-schema</artifactId> - <version>1.0.2</version> + <version>1.0.3</version> </dependency> </dependencies> </project> |