Daniel Kulp created KARAF-2738:
----------------------------------
Summary: 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
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)