diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2020-08-20 10:51:44 -0400 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2020-08-20 10:51:49 -0400 |
commit | 46f941549e4fad198877b04e75519ee030e36bac (patch) | |
tree | 0d4505aa0134bd04e3971ed40304862dc995625b /aai-queries | |
parent | 4c8cebb49896e56b4b4b28f6fcc33fa2282d67f6 (diff) |
Update schema service to use spring boot aaf filter
Issue-ID: AAI-3017
Change-Id: I876fe90c7d54ffca3b37fd9f8d2807dc4c4128ec
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'aai-queries')
-rw-r--r-- | aai-queries/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml index 75bb092..f6af492 100644 --- a/aai-queries/pom.xml +++ b/aai-queries/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.7.4-SNAPSHOT</version> + <version>1.7.5-SNAPSHOT</version> </parent> <artifactId>aai-queries</artifactId> <name>aai-queries</name> |