[teiid-issues] [JBoss JIRA] (TEIID-3828) Build failed due to artifact 'org.jboss.oreva:odata-core:jar:0.8.11-SNAPSHOT' can not be resolved

Kylin Soong (JIRA) issues at jboss.org
Tue Nov 17 21:13:00 EST 2015


     [ https://issues.jboss.org/browse/TEIID-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kylin Soong updated TEIID-3828:
-------------------------------
    Description: 
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}

  was:
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}



> 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)


More information about the teiid-issues mailing list