diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-14 21:32:42 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-14 21:39:22 -0400 |
commit | 009a574339ba0bccca7c786c18af24203e4cecf3 (patch) | |
tree | 8a7cf23b7252fd3a7d3fafaf975a18d782c15015 /aai-schema-gen/pom.xml | |
parent | 3501e74711a2e91ce84d0b4cbc989738f96e0891 (diff) |
Add missing model invariant indexes
Some of the properties in the schema are
missing the indexes for the dbalias properties
and if they are missing it could potentially cause
issues when the application runs the create db schema
Adding a junit to ensure that in the future
that such properties are properly highlighted
to ensure that this doesn't happen
Issue-ID: AAI-2374
Change-Id: I01efba764a61881056892458bdf705d94d458650
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-schema-gen/pom.xml')
-rw-r--r-- | aai-schema-gen/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml index 2b5175e..2fcce4c 100644 --- a/aai-schema-gen/pom.xml +++ b/aai-schema-gen/pom.xml @@ -27,11 +27,11 @@ <parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.3-SNAPSHOT</version> </parent> <artifactId>aai-schema-gen</artifactId> <name>aai-schema-gen</name> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.3-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <!-- Start of Default ONAP Schema Properties --> |