summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2021-07-20 07:57:41 +0100
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2021-07-29 16:30:11 +0100
commit23e25e89619c732a687b44a5487afbb6badf613c (patch)
tree76641d98717f826bf1df96357a7db815cf899b25 /pom.xml
parent931424fc681b1d41afbba98a190253283f9a6eba (diff)
Implement http participant in CLAMP
Issue-ID: POLICY-3449 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: Ibfe23a6e98fb760a930b6080dc2291113b3cb4fa
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fdaeb13d9..61af7c48e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,5 +201,9 @@
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-webflux</artifactId>
+ </dependency>
</dependencies>
</project>