You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Benson Margulies <be...@basistech.com> on 2015/09/25 18:40:22 UTC

Surprise with Embed-Dependency with 3.0.0

THis works:

<Embed-Dependency>*;groupId=com.basistech.rbl|com.ibm.icu;scope=compile</Embed-Dependency>

This does not include ICU:

<Embed-Dependency>*;groupId=com.basistech.rbl;scope=compile,icu4j</Embed-Dependency>

Why? Is this intended? It's not what I expected from the doc.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Surprise with Embed-Dependency with 3.0.0

Posted by Carsten Ziegeler <cz...@apache.org>.
Am 25.09.15 um 18:40 schrieb Benson Margulies:
> THis works:
> 
> <Embed-Dependency>*;groupId=com.basistech.rbl|com.ibm.icu;scope=compile</Embed-Dependency>
> 
> This does not include ICU:
> 
> <Embed-Dependency>*;groupId=com.basistech.rbl;scope=compile,icu4j</Embed-Dependency>
> 
> Why? Is this intended? It's not what I expected from the doc.
> 
Does it work with 2.5.3?
Looking at the docs I agree that this should work, however it's not
clear to me whether you should specify the scope, like icu4j;scope=compile


Carsten
-- 
Carsten Ziegeler
Adobe Research Switzerland
cziegeler@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org