Kylin Soong created TEIID-3828:
----------------------------------
Summary: Build failed due to artifact
'org.jboss.oreva:odata-core:jar:0.8.11-SNAPSHOT' can not be resolved
Key: TEIID-3828
URL:
https://issues.jboss.org/browse/TEIID-3828
Project: Teiid
Issue Type: Bug
Components: Build/Kits
Affects Versions: 8.13
Reporter: Kylin Soong
Assignee: Steven Hawkins
Fix For: 8.13
translator-odata use a SNAPSHOT dependency
{code}
<dependency>
<groupId>org.jboss.oreva</groupId>
<artifactId>odata-core</artifactId>
</dependency>
{code}
which can not be resolved, with the folllowing erros:
{code}
[ERROR] Failed to execute goal on project translator-odata: Could not resolve dependencies
for project org.jboss.teiid.connectors:translator-odata:bundle:8.13.0.Alpha1-SNAPSHOT: The
following artifacts could not be resolved: org.jboss.oreva:odata-core:jar:0.8.11-SNAPSHOT,
org.jboss.oreva:common:jar:0.8.11-SNAPSHOT: Failure to find
org.jboss.oreva:odata-core:jar:0.8.11-SNAPSHOT in ...
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)