aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-10-14 10:51:11 +0100
committerVasyl Razinkov <vasyl.razinkov@est.tech>2022-10-14 15:23:32 +0000
commitfc768c6cea75cc8aba3233780b9f31c73e787c99 (patch)
tree357fdb4a3a8fee4e4b7569d68671e755fa2705e6 /integration-tests
parent680d8a6f9bd8f2be953f835c9fff6ac3ebfeb1c3 (diff)
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
Diffstat (limited to 'integration-tests')
-rw-r--r--integration-tests/pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index d004de7abf..d3f64e47ee 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -95,12 +95,32 @@ limitations under the License.
<artifactId>catalog-model</artifactId>
<version>${project.version}</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-server</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-servlet</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.openecomp.sdc.be</groupId>
<artifactId>catalog-dao</artifactId>
<version>${project.version}</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-server</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-servlet</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.openecomp.sdc</groupId>