[
https://issues.apache.org/jira/browse/STANBOL-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629590#comment-14629590
]
Rupert Westenthaler edited comment on STANBOL-1435 at 7/16/15 11:33 AM:
------------------------------------------------------------------------
This was caused by the release of OpenNLP 1.6.0. Because of that the SNAPSHOT
dependencies are no longer available on the Apache SNAPSHOT repo. Updated the
dependencies (as part of STANBOL-1423)
solved with http://svn.apache.org/r1691323 in 0.12.1 and
http://svn.apache.org/r1691325 for trunk.
was (Author: rwesten):
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)