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

[jira] [Resolved] (STANBOL-1435) Build fails due to unresolved dependencies

     [ https://issues.apache.org/jira/browse/STANBOL-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rupert Westenthaler resolved STANBOL-1435.
------------------------------------------
    Resolution: Fixed
      Assignee: Rupert Westenthaler

solved with http://svn.apache.org/r1691323 in 0.12.1 and http://svn.apache.org/r1691325 for trunk.

> Build fails due to unresolved dependencies
> ------------------------------------------
>
>                 Key: STANBOL-1435
>                 URL: https://issues.apache.org/jira/browse/STANBOL-1435
>             Project: Stanbol
>          Issue Type: Bug
>          Components: Build
>            Reporter: Gin
>            Assignee: Rupert Westenthaler
>            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.4-SNAPSHOT</version>
>        </dependency>
>        <dependency>
>          <groupId>org.apache.opennlp</groupId>
>          <artifactId>opennlp-tools</artifactId>
>         <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)