You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2014/01/27 16:19:42 UTC

[jira] [Commented] (KARAF-2738) Wrong groupId for xercesImpl

    [ https://issues.apache.org/jira/browse/KARAF-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13882877#comment-13882877 ] 

Jean-Baptiste Onofré commented on KARAF-2738:
---------------------------------------------

Fixed on master: https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=6e4d4140d79b4e543be552af85ef9d9a3de75576

> Wrong groupId for xercesImpl
> ----------------------------
>
>                 Key: KARAF-2738
>                 URL: https://issues.apache.org/jira/browse/KARAF-2738
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Daniel Kulp
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.4.0, 3.0.1, 2.3.4
>
>
> The top level pom uses:
> {code:xml}
>             <dependency>
>                 <groupId>org.apache.xerces</groupId>
>                 <artifactId>xercesImpl</artifactId>
>                 <version>${xerces.version}</version>
>             </dependency>
> {code}
> and the assembly uses that.   However, that would not be an official "release"  from the Apache team as they still use xerces/xercesImpl.   Since org.apache.xerces groupId is not available in maven central, this can also cause build failures.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)