You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Gin (JIRA)" <ji...@apache.org> on 2015/07/10 14:51:04 UTC

[jira] [Created] (STANBOL-1435) Maven build fails

Gin created STANBOL-1435:
----------------------------

             Summary: Maven build fails
                 Key: STANBOL-1435
                 URL: https://issues.apache.org/jira/browse/STANBOL-1435
             Project: Stanbol
          Issue Type: Bug
          Components: Build
            Reporter: Gin
            Priority: Minor


The latest to date stanbol version (0bae842fe085a045baa2c4666b35e585cefbfe91)
fails to build against the central maven repository due to the following unresolved dependencies in parent/pom.xml and launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml (commit link: goo.gl/s4pBIu): 

    <dependency>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp-maxent</artifactId>
-        <version>3.0.3</version>
+        <version>3.0.4-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp-tools</artifactId>
-        <version>1.5.3</version>
+        <version>1.6.0-SNAPSHOT</version>
       </dependency>


Changing  to versions 3.0.3 and 1.6.0 respectively resolves the issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)