Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/12416#discussion_r61619894
  
    --- Diff: common/network-common/pom.xml ---
    @@ -66,7 +66,7 @@
         </dependency>
         <dependency>
           <groupId>org.apache.spark</groupId>
    -      <artifactId>spark-test-tags_${scala.binary.version}</artifactId>
    +      <artifactId>spark-tags_${scala.binary.version}</artifactId>
    --- End diff --
    
    Basically, what you have to do is: everywhere you're changing this, you 
need to also add `<classifier>tests</classifier>`. In modules where both the 
test and non-test tags are used, you need both dependencies (with and without 
classifier).
    
    It might be easier to just leave the test tags in the main source base...


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to