Hi Jason,

Well, I see, however I'm using Scala, with SBT - and it doesn't seem to do
the trick.

The solution I found for it to work with sbt is to add the dependency, kind
of manually, like this:

libraryDependencies += "com.google.http-client" %
"google-http-client-jackson2" % "RELEASE" from "
http://repo1.maven.org/maven2/com/google/http-client/google-http-client-jackson2/1.17.0-rc/google-http-client-jackson2-1.17.0-rc.jar
"

libraryDependencies ++= {
  val liftVersion = "2.5.1"
  Seq(
    "com.google.api-ads"        % "ads-lib"                     % "1.20.0",
    "com.google.api-ads"        % "adwords-axis"                % "1.20.0"
    // .....
  )
}

(for reference of future readers)

Regards,

David


On 5 October 2013 16:09, Jason Stedman <[email protected]> wrote:

> David,
>
> This is generally considered a dangerous way to declare dependency
> versions, but it is also supported.
>
> What Maven will do is download the latest non-SNAPSHOT version of the
> artifact. I trust that the AdWords API team does enough testing to make
> sure the version they build the library against is actually compatible with
> the library itself.
>
> Are you having a dependency conflict with this artifact?
>
>
> On Saturday, October 5, 2013 5:35:50 AM UTC-4, David Antunes wrote:
>>
>> Hi,
>>
>> Is this right?
>> <dependency>
>> <groupId>com.google.http-**client</groupId>
>> <artifactId>google-http-**client-jackson2</artifactId>
>> <version>RELEASE</version>
>> </dependency>
>>
>> Isn't it missing the version, instead of the string "RELEASE"?
>>
>> https://google-api-ads-java.**googlecode.com/git-history/**
>> 63fbb62152838a74e4d088617d04c0**5dc0ac7af2/modules/ads_lib/**pom.xml<https://google-api-ads-java.googlecode.com/git-history/63fbb62152838a74e4d088617d04c05dc0ac7af2/modules/ads_lib/pom.xml>
>>
>> Thanks,
>> David
>>
>  --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://adwordsapi.blogspot.com
> http://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> You received this message because you are subscribed to the Google
> Groups "AdWords API Forum" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/adwords-api?hl=en
>
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "AdWords API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/-MVD9536VBo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" 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/groups/opt_out.

Reply via email to