EntityHub-Yard-Solr build fails - bad dependency version: com.ibm.icu
---------------------------------------------------------------------

                 Key: STANBOL-407
                 URL: https://issues.apache.org/jira/browse/STANBOL-407
             Project: Stanbol
          Issue Type: Bug
          Components: Entity Hub
            Reporter: andy olliver


Test phase of maven build for EntityHub-Yard-Solr fails due to dependency 
version clash.

stanbol_parent pom declares dependency:

  <dependency>
      <groupId>com.ibm.icu</groupId>
      <artifactId>icu4j</artifactId>
      <version>3.4.4</version>
   </dependency>

whereas lucene.icu requires version 4.8

setting version in stanbol_parent pom to 4.8 seems to fix the problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to