Changed Aai schema dependency 38/87538/1
authorpramod.jamkhedkar <pramod@research.att.com>
Mon, 13 May 2019 10:43:49 +0000 (06:43 -0400)
committerpramod.jamkhedkar <pramod@research.att.com>
Mon, 13 May 2019 10:44:10 +0000 (06:44 -0400)
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>
models-interactions/model-impl/aai/pom.xml

index 9712096..9164ef2 100644 (file)
         <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>