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

    https://github.com/apache/jena/pull/227#discussion_r106401743
  
    --- Diff: jena-parent/pom.xml ---
    @@ -275,6 +276,75 @@
             <version>${ver.spatial4j}</version>
           </dependency>
     
    +      <!-- ES dependencies-->
    +      <dependency>
    +        <groupId>org.elasticsearch</groupId>
    +        <artifactId>elasticsearch</artifactId>
    +        <version>${ver.elasticsearch}</version>
    +        <exclusions>
    +          <exclusion>
    +            <groupId>commons-logging</groupId>
    +            <artifactId>commons-logging</artifactId>
    +          </exclusion>
    +          <exclusion>
    +            <groupId>org.hamcrest</groupId>
    +            <artifactId>hamcrest-core</artifactId>
    +          </exclusion>
    +        </exclusions>
    +
    +      </dependency>
    +
    +      <dependency>
    +        <groupId>org.elasticsearch.client</groupId>
    +        <artifactId>transport</artifactId>
    +        <version>${ver.elasticsearch}</version>
    +        <exclusions>
    +          <exclusion>
    +            <groupId>commons-logging</groupId>
    +            <artifactId>commons-logging</artifactId>
    +          </exclusion>
    +          <exclusion>
    +            <groupId>org.hamcrest</groupId>
    +            <artifactId>hamcrest-core</artifactId>
    +          </exclusion>
    +        </exclusions>
    +      </dependency>
    +
    +
    +      <dependency>
    --- End diff --
    
    Is this dependency really needed? I commented it out in both the 
jena-parent and jena-text pom files and the build and tests still worked fine.


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

Reply via email to