From ecea1e9e8d4d2a794c68d35e100b9315f0ce95c8 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Mon, 8 Apr 2019 10:12:52 -0400 Subject: Do not overwrite requestId Added filter to reject requests that reuse request ids for requests db Change-Id: Iced020a9e1bc98c93911966f62ac0049e43e314b Issue-ID: SO-1762 Signed-off-by: Benjamin, Max (mb388a) --- mso-api-handlers/mso-api-handler-common/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mso-api-handlers/mso-api-handler-common/pom.xml') diff --git a/mso-api-handlers/mso-api-handler-common/pom.xml b/mso-api-handlers/mso-api-handler-common/pom.xml index d35db00478..7adb7d1131 100644 --- a/mso-api-handlers/mso-api-handler-common/pom.xml +++ b/mso-api-handlers/mso-api-handler-common/pom.xml @@ -38,6 +38,12 @@ + + + org.onap.so + mso-requests-db + ${project.version} + org.springframework.boot spring-boot-starter-jersey -- cgit 1.2.3-korg