diff options
Diffstat (limited to 'openecomp-be/tools')
-rw-r--r-- | openecomp-be/tools/swagger-ui/pom.xml | 8 |
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 0b05df2b81..2de3f52adb 100644 --- a/openecomp-be/tools/swagger-ui/pom.xml +++ b/openecomp-be/tools/swagger-ui/pom.xml @@ -27,6 +27,14 @@ <artifactId>jetty-servlets</artifactId> </exclusion> <exclusion> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-server</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-servlet</artifactId> + </exclusion> + <exclusion> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </exclusion> |