aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/tools/swagger-ui
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-07-13 23:11:18 +0100
committerMichael Morris <michael.morris@est.tech>2022-07-15 08:47:14 +0000
commite4055451d3fbfe1fba35dcf546907ad432f6b4fc (patch)
treeabcc2f6ef682c18cbc17dd4c8ac2257b4b753fcb /openecomp-be/tools/swagger-ui
parent9ef20cdefa00d8a3c1535c60ddc2a183bff135b2 (diff)
Remove unused dependency (functionaljava)
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I9d8806dc55fc1d377cdd366343fe898b46fc847d Issue-ID: SDC-4094
Diffstat (limited to 'openecomp-be/tools/swagger-ui')
-rw-r--r--openecomp-be/tools/swagger-ui/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/openecomp-be/tools/swagger-ui/pom.xml b/openecomp-be/tools/swagger-ui/pom.xml
index cb9e7c7bbf..08c4eec3c1 100644
--- a/openecomp-be/tools/swagger-ui/pom.xml
+++ b/openecomp-be/tools/swagger-ui/pom.xml
@@ -34,6 +34,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.functionaljava</groupId>
+ <artifactId>functionaljava</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>