summaryrefslogtreecommitdiffstats
path: root/common-be-tests-utils/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common-be-tests-utils/pom.xml')
-rw-r--r--common-be-tests-utils/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/common-be-tests-utils/pom.xml b/common-be-tests-utils/pom.xml
index ebc266dd4a..aa67b004f2 100644
--- a/common-be-tests-utils/pom.xml
+++ b/common-be-tests-utils/pom.xml
@@ -47,6 +47,10 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>javax.servlet-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>