summaryrefslogtreecommitdiffstats
path: root/dmi-stub/dmi-plugin-demo-and-csit-stub-service/pom.xml
diff options
context:
space:
mode:
authorsourabh_sourabh <sourabh.sourabh@est.tech>2024-08-08 14:48:52 +0100
committersourabh_sourabh <sourabh.sourabh@est.tech>2024-08-14 13:01:30 +0100
commit7bb72e29fd086e373e4053771ebf88381d4a769b (patch)
tree85775a9397542267435d3d23a57da8880e53b45d /dmi-stub/dmi-plugin-demo-and-csit-stub-service/pom.xml
parent372b29c094bb8968a6e09051055c460fe73c09f7 (diff)
Modified dmi plugin stub behavior for EACH new module set tag
- Dmi plugin stub controller (getModuleReferences and getModuleResources) is modified to send http 503 for any module set tag from 1st request time till 2 mins. - After 2 mins or later any number of request having same module set tag, stud would send http 200 with module references. Issue-ID: CPS-2353 Change-Id: Ie44b7e80fee90c919f5fa9ec53419283088112ac Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Diffstat (limited to 'dmi-stub/dmi-plugin-demo-and-csit-stub-service/pom.xml')
-rw-r--r--dmi-stub/dmi-plugin-demo-and-csit-stub-service/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/dmi-stub/dmi-plugin-demo-and-csit-stub-service/pom.xml b/dmi-stub/dmi-plugin-demo-and-csit-stub-service/pom.xml
index 7118a616..64cdeb5b 100644
--- a/dmi-stub/dmi-plugin-demo-and-csit-stub-service/pom.xml
+++ b/dmi-stub/dmi-plugin-demo-and-csit-stub-service/pom.xml
@@ -94,6 +94,10 @@
<version>3.4.9</version>
</dependency>
<dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-aop</artifactId>
+ </dependency>
+ <dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
</dependency>