foursquare-api-java should avoid compile-time dependencies with libraries like
this (a whopping 25MB JAR)
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.6.5</version>
</dependency>
when using the foursquare-api-java on an Android app this causes a lot of
issues and people need to manually exclude that dependency.
Original issue reported on code.google.com by ddewa...@gmail.com on 19 Aug 2013 at 11:33