You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/07/25 21:19:52 UTC

[GitHub] Ben-Zvi closed pull request #1400: DRILL-6637: Remove dependency on tests in the maven-javadoc-plugin in the drill-root pom

Ben-Zvi closed pull request #1400: DRILL-6637: Remove dependency on tests in the maven-javadoc-plugin in  the drill-root pom
URL: https://github.com/apache/drill/pull/1400
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/pom.xml b/pom.xml
index c2447aace72..a5a49952cfd 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>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services