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

    https://github.com/apache/lucene-solr/pull/34#discussion_r66249148
  
    --- Diff: solr/core/ivy.xml ---
    @@ -61,15 +61,6 @@
         <dependency org="com.fasterxml.jackson.core" 
name="jackson-annotations" 
rev="${/com.fasterxml.jackson.core/jackson-annotations}" conf="test"/>
         <dependency org="com.fasterxml.jackson.dataformat" 
name="jackson-dataformat-smile" 
rev="${/com.fasterxml.jackson.dataformat/jackson-dataformat-smile}" 
conf="compile"/>
     
    -
    -    <dependency org="org.apache.hadoop" name="hadoop-common" 
rev="${/org.apache.hadoop/hadoop-common}" conf="compile.hadoop"/>
    -    <!--
    -      hadoop-hdfs, hadoop-annotations and hadoop-auth are runtime 
dependencies,
    -      so even though they are not compile-time dependencies, they are 
included
    -      here as such so that they are included in the runtime distribution.
    -     -->
    -    <dependency org="org.apache.hadoop" name="hadoop-hdfs" 
rev="${/org.apache.hadoop/hadoop-hdfs}" conf="compile.hadoop"/>
    -    <dependency org="org.apache.hadoop" name="hadoop-annotations" 
rev="${/org.apache.hadoop/hadoop-annotations}" conf="compile.hadoop"/>
         <dependency org="org.apache.hadoop" name="hadoop-auth" 
rev="${/org.apache.hadoop/hadoop-auth}" conf="compile.hadoop"/>
    --- End diff --
    
    solr.core.src.java.org.apache.solr.security.KerberosFilter uses 
org.apache.hadoop.security.authentication.server.AuthenticationFilter from 
hadoop-auth JAR. That class is itself used by KerberosPlugin in the same package


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to