mirror of https://github.com/apache/druid.git
Exclude redundant jars from integration-tests build (#10878)
* Exclude redundant jars from integration-tests build * changes
This commit is contained in:
parent
8718155f8f
commit
9526fd38db
|
@ -90,6 +90,12 @@
|
||||||
<artifactId>druid-orc-extensions</artifactId>
|
<artifactId>druid-orc-extensions</artifactId>
|
||||||
<version>${project.parent.version}</version>
|
<version>${project.parent.version}</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>javax.servlet</groupId>
|
||||||
|
<artifactId>servlet-api</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.druid.extensions</groupId>
|
<groupId>org.apache.druid.extensions</groupId>
|
||||||
|
|
Loading…
Reference in New Issue