You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Hadrian Zbarcea (JIRA)" <ji...@apache.org> on 2013/10/08 03:42:42 UTC

[jira] [Updated] (STRATOS-95) Build failure on trunk (3.0.0-SNAPSHOT)

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

Hadrian Zbarcea updated STRATOS-95:
-----------------------------------

    Attachment: stratos-95.patch

> Build failure on trunk (3.0.0-SNAPSHOT)
> ---------------------------------------
>
>                 Key: STRATOS-95
>                 URL: https://issues.apache.org/jira/browse/STRATOS-95
>             Project: Stratos
>          Issue Type: Bug
>    Affects Versions: 3.0.0 RC1
>            Reporter: Hadrian Zbarcea
>             Fix For: 3.0.0 RC1
>
>         Attachments: stratos-95.patch
>
>
> Builds fail in org.apache.stratos.account.mgt due to a missing dependency on javax.activation:activation:jar:1.0.2.
> A quick mvn -X dependency:tree shows it as being a transitive dependency coming from org.wso2.carbon:atlassian-jira.
> {code}
> [DEBUG]    org.wso2.carbon:atlassian-jira:jar:1.0.0.wso2v1:compile
> [...]
> [DEBUG]       javax.xml:jaxrpc-api:jar:1.1:compile
> [DEBUG]          javax.xml.soap:saaj-api:jar:1.3:compile
> [DEBUG]             javax.activation:activation:jar:1.0.2:compile
> {code}
> A simple excludes of the transitive dependency solves the problem (patch attached). Ideally this would be done directly in carbon/atlassian-jira in a future release and removed from here.
> Cheers



--
This message was sent by Atlassian JIRA
(v6.1#6144)