commit | fc768c6cea75cc8aba3233780b9f31c73e787c99 | [log] [tgz] |
---|---|---|
author | vasraz <vasyl.razinkov@est.tech> | Fri Oct 14 10:51:11 2022 +0100 |
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | Fri Oct 14 15:23:32 2022 +0000 |
tree | 357fdb4a3a8fee4e4b7569d68671e755fa2705e6 | |
parent | 680d8a6f9bd8f2be953f835c9fff6ac3ebfeb1c3 [diff] [blame] |
Align 'org.eclipse.jetty'-version (9.4.49.v20220914) Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: If56735406d86bd42b57c2ccb1f23699c1685069b Issue-ID: SDC-4189
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/pom.xml index 99197b9..634656c 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/pom.xml
@@ -76,6 +76,14 @@ <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </exclusion> + <exclusion> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-server</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-servlet</artifactId> + </exclusion> </exclusions> </dependency> </dependencies>