Are you publishing these yourselves with Gradle?
I heard issue about publishing failing to include the dependencies in the
pom if you use the pom object in your maven deployer. For instance:

pom.project {
...
}

This might be a regression in 1.11 or an issue on our side I'm not sure. I
need to test.

On Fri, Mar 14, 2014 at 1:43 AM, Renzo Fernando Crisóstomo Medina <
[email protected]> wrote:

> I forgor to add that the first .aar artifact is
> 'no.sysco:syscobasecontainer:1.3'
>
>
> On Friday, March 14, 2014 9:33:20 AM UTC+1, Renzo Fernando Crisóstomo
> Medina wrote:
>>
>> I'm having problems with transitive dependencies since upgrading to 0.9.+
>> and 0.5.1. Is anyone having the same issue? I had solved this temporally by
>> re-adding the dependencies, something like this:
>>
>> Dependencies on .aar artifact:
>>
>> dependencies {
>>     compile fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
>>     compile ('com.android.support:support-v4:19.0.1')
>>     compile ('no.sysco:syscoabslibrary:4.1.2')
>>     compile ('no.sysco:syscodrawerlibrary:1.2')
>> }
>>
>> Dependencies on other library project:
>>
>> dependencies {
>>     compile fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
>>     compile ('no.sysco:syscobasecontainer:1.3')
>>     compile ('no.sysco:syscotouchgallery:1.2')
>>     compile ('no.sysco:syscoabslibrary:4.1.2')  // <- this one is a
>> transitive dependencies and is duplicated.
>>     compile ('no.sysco:syscodrawerlibrary:1.2') // <- this one is a
>> transitive dependencies and is duplicated.
>>     compile ('com.google.android.gms:play-services:4.2.42')
>> }
>>
>> If I don't duplicate the dependencies, it won't compile.
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "adt-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.
http://developer.android.com | http://tools.android.com

Please do not send me questions directly. Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to