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

    https://github.com/apache/jena/pull/227#discussion_r108437539
  
    --- Diff: jena-text/pom.xml ---
    @@ -81,6 +81,32 @@
           <artifactId>lucene-queryparser</artifactId>
         </dependency>
     
    +      <dependency>
    +          <groupId>org.elasticsearch</groupId>
    +          <artifactId>elasticsearch</artifactId>
    +      </dependency>
    +
    +      <dependency>
    +          <groupId>org.elasticsearch.client</groupId>
    +          <artifactId>transport</artifactId>
    +      </dependency>
    +
    +      <dependency>
    +          <groupId>junit</groupId>
    +          <artifactId>junit</artifactId>
    +      </dependency>
    +
    +      <dependency>
    +          <groupId>org.apache.logging.log4j</groupId>
    --- End diff --
    
    Are these dependencies coming in to support ES logging? Can we not use 
`log4j-over-slf4j` for that?


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

Reply via email to