This is an automated email from the ASF dual-hosted git repository.
jihoonson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 9526fd3 Exclude redundant jars from integration-tests build (#10878)
9526fd3 is described below
commit 9526fd38dbe73fd3f17865be507a638fa1288eef
Author: Abhishek Agarwal <[email protected]>
AuthorDate: Thu Feb 11 13:23:34 2021 +0530
Exclude redundant jars from integration-tests build (#10878)
* Exclude redundant jars from integration-tests build
* changes
---
integration-tests/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index b47bb9c..cd0bb64 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]