aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/tools/swagger-ui
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2021-08-18 13:54:08 +0100
committerMichael Morris <michael.morris@est.tech>2021-08-19 10:32:23 +0000
commit7edf3d37320c593aa92d62338fe7fe2acb35b606 (patch)
tree968c586dafb16546a2e5c193c206058f2e81e187 /openecomp-be/tools/swagger-ui
parent6730acbdc8686bb37148f86966840676857f0db1 (diff)
Align all SDC dependencies versions
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Iba19bd39ba5a136436ac1e9ca0a7dcc164d6f7bf Issue-ID: SDC-2875
Diffstat (limited to 'openecomp-be/tools/swagger-ui')
-rw-r--r--openecomp-be/tools/swagger-ui/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/openecomp-be/tools/swagger-ui/pom.xml b/openecomp-be/tools/swagger-ui/pom.xml
index 4e09c7fe04..8bacc05693 100644
--- a/openecomp-be/tools/swagger-ui/pom.xml
+++ b/openecomp-be/tools/swagger-ui/pom.xml
@@ -26,6 +26,14 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-web</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>