Exclude redundant jars from integration-tests build (#10878)

* Exclude redundant jars from integration-tests build

* changes
This commit is contained in:
Abhishek Agarwal 2021-02-11 13:23:34 +05:30 committed by GitHub
parent 8718155f8f
commit 9526fd38db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -90,6 +90,12 @@
<artifactId>druid-orc-extensions</artifactId>
<version>${project.parent.version}</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.druid.extensions</groupId>