You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@eagle.apache.org by "Jayesh (JIRA)" <ji...@apache.org> on 2017/07/20 17:53:05 UTC

[jira] [Updated] (EAGLE-332) Build failed to due to [EAGLE-325]

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

Jayesh updated EAGLE-332:
-------------------------
    Fix Version/s:     (was: v0.5.0)
                   v0.5.1

> Build failed to due to [EAGLE-325]
> ----------------------------------
>
>                 Key: EAGLE-332
>                 URL: https://issues.apache.org/jira/browse/EAGLE-332
>             Project: Eagle
>          Issue Type: Bug
>    Affects Versions: v0.5.0
>            Reporter: Chang chen
>              Labels: build
>             Fix For: v0.5.1
>
>
> When building codes on develop branch after [EAGLE-329] ??Dependency incompatibility bug among jersey, asm and extcos under Java 8??, I get the following errors:
> {quote}
> [ERROR] Failed to execute goal on project alert-assembly: Could not resolve dependencies for project org.apache.eagle:alert-assembly:jar:0.5.0-incubating-SNAPSHOT: The following artifacts could not be resolved: org.apache.eagle:
> alert-coordinator:war:0.5.0-incubating-SNAPSHOT, org.apache.eagle:alert-metadata-service:war:0.5.0-incubating-SNAPSHOT: Failure to find org.apache.eagle:alert-coordinator:war:0.5.0-incubating-SNAPSHOT in http://repo.hortonworks.
> com/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of hdp has elapsed or updates are forced -> [Help 1]
> {quote}
> It was introduced by EAGLE-325 which changed packaging type of alert-coordinator and alert-metadata-service from *war* to *jar*, but forgetted to update dependency in alert-assembly
> {code:xml}
>         <dependency>
>             <groupId>org.apache.eagle</groupId>
>             <artifactId>alert-coordinator</artifactId>
>             <version>${project.version}</version>
>             <type>war</type> <!--should be changed to jar-->
>         </dependency>
>         <dependency>
>             <groupId>org.apache.eagle</groupId>
>             <artifactId>alert-metadata-service</artifactId>
>             <version>${project.version}</version>
>             <type>war</type> <!--should be changed to jar-->
>         </dependency>
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)