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

    https://github.com/apache/spark/pull/15553#discussion_r84049757
  
    --- Diff: sql/hive-thriftserver/pom.xml ---
    @@ -41,11 +41,8 @@
           <version>${project.version}</version>
         </dependency>
         <dependency>
    -      <groupId>org.apache.spark</groupId>
    -      <artifactId>spark-core_${scala.binary.version}</artifactId>
    -      <version>${project.version}</version>
    -      <type>test-jar</type>
    -      <scope>test</scope>
    +      <groupId>org.eclipse.jetty</groupId>
    +      <artifactId>jetty-servlet</artifactId>
    --- End diff --
    
    This was explicitly added due to compilation failures.
    Not sure why we are depending on test jars (probably transitively ?) for 
main module.


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