diff options
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r-- | integration-tests/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 7c9798fa8c..eea5c5afc7 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -291,6 +291,12 @@ limitations under the License. <artifactId>selenium-server</artifactId> <version>${selenium.version}</version> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> @@ -365,6 +371,10 @@ limitations under the License. <groupId>org.owasp.esapi</groupId> <artifactId>esapi</artifactId> </exclusion> + <exclusion> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |