aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be-plugins
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2021-05-31 23:08:39 +0100
committerS�bastien Determe <sebastien.determe@intl.att.com>2021-06-04 16:22:18 +0000
commitc81c95bf4879c805aa91c60653fc0e781ff2d4e9 (patch)
tree480f492a434e1d68ee6faac02063879f62dbc8f8 /catalog-be-plugins
parent58ac206c94352018e6a6cf5da21df4f447e52618 (diff)
Fix dependencies with Critical Violations
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ic4fb2577c260c80e0204bc68df508f41d9835734 Issue-ID: SDC-3572
Diffstat (limited to 'catalog-be-plugins')
-rw-r--r--catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml b/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml
index a8aebc28f8..37dff17288 100644
--- a/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml
+++ b/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml
@@ -46,6 +46,10 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-servlets</artifactId>
+ </exclusion>
</exclusions>
</dependency>