This is an automated email from the ASF dual-hosted git repository.

boaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new d979d7b  DRILL-6637: Remove dependency on tests in the 
maven-javadoc-plugin in the drill-root pom
d979d7b is described below

commit d979d7b5e9575e4b2457344e395f30c5c5f54c1c
Author: Ben-Zvi <[email protected]>
AuthorDate: Wed Jul 25 13:50:03 2018 -0700

    DRILL-6637: Remove dependency on tests in the maven-javadoc-plugin in the 
drill-root pom
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index c2447aa..a5a4995 100644
--- a/pom.xml
+++ b/pom.xml
@@ -254,6 +254,7 @@
               <version>${hadoop.version}</version>
               <classifier>tests</classifier>
             </dependency>
+ <!--  Remove dependency on tests - see DRILL-6637
             <dependency>
               <groupId>org.apache.drill.exec</groupId>
               <artifactId>drill-java-exec</artifactId>
@@ -266,6 +267,7 @@
               <version>${project.version}</version>
               <classifier>tests</classifier>
             </dependency>
+ -->
             <dependency>
               <groupId>com.github.tomakehurst</groupId>
               <artifactId>wiremock-standalone</artifactId>

Reply via email to