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

    https://github.com/apache/spark/pull/7247#discussion_r34060256
  
    --- Diff: external/flume-assembly/pom.xml ---
    @@ -47,89 +48,81 @@
           <version>${project.version}</version>
           <scope>provided</scope>
         </dependency>
    +    <!-- Include these dependencies explicitly to match the version used 
in the rest of Spark. -->
         <dependency>
           <groupId>org.apache.avro</groupId>
           <artifactId>avro</artifactId>
    -      <version>${avro.version}</version>
         </dependency>
         <dependency>
           <groupId>org.apache.avro</groupId>
           <artifactId>avro-ipc</artifactId>
    -      <version>${avro.version}</version>
    -      <exclusions>
    -        <exclusion>
    -          <groupId>io.netty</groupId>
    -          <artifactId>netty</artifactId>
    -        </exclusion>
    -        <exclusion>
    -          <groupId>org.mortbay.jetty</groupId>
    -          <artifactId>jetty</artifactId>
    -        </exclusion>
    -        <exclusion>
    -          <groupId>org.mortbay.jetty</groupId>
    -          <artifactId>jetty-util</artifactId>
    -        </exclusion>
    -        <exclusion>
    -          <groupId>org.mortbay.jetty</groupId>
    -          <artifactId>servlet-api</artifactId>
    -        </exclusion>
    -        <exclusion>
    -          <groupId>org.apache.velocity</groupId>
    -          <artifactId>velocity</artifactId>
    -        </exclusion>
    -      </exclusions>
    +    </dependency>
    --- End diff --
    
    We don't, because they're inherited from the parent; also since the build 
makes avro `provided`, transitive dependencies are ignored anyway.


---
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