Hello all,

We are trying to pull this api library through Maven. We followed the 
instructions provided, and were successful through Eclipse.

Our project however is done in a framework called play! It's a java web 
framework, that actually uses Ivy to pull any dependencies. This is where 
we are having problems. When we try to include this api library with 
version # 1.6.0 we get the following UNRESOLVED DEPENDENCIES:

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::                     
  
[warn] ::          UNRESOLVED DEPENDENCIES         ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: com.google.api-client#google-api-client;RELEASE: not found
[warn] :: com.google.oauth-client#google-oauth-client;RELEASE: not found


These two dependencies are actually not RELEASE version, BUT 1.6.0-beta in 
the public repository that we checked. So it's not 
http://repo1.maven.org/maven2/com/google/api-client/google-api-client/1.6.0/google-api-client-1.6.0.pom

rather,
http://repo1.maven.org/maven2/com/google/api-client/google-api-client/1.6.0-beta/google-api-client-1.6.0-beta.pom

So Ivy cannot find these two dependencies because for some reason they do 
not follow the same versioning as the other dependencies.

Is it possible to work around this problem, so that we can get all the 
dependencies?

Thanks in advance,

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to