Updated api-common dependency

This commit is contained in:
Stuart Boston
2013-05-31 09:59:05 +01:00
parent bec9b24129
commit 5f27260f57
3 changed files with 22 additions and 3 deletions
@@ -21,7 +21,6 @@ package com.omertron.themoviedbapi;
import static com.omertron.themoviedbapi.tools.ApiUrl.*;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.moviejukebox.api.common.http.CommonHttpClient;
import com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType;
import com.omertron.themoviedbapi.model.*;
import com.omertron.themoviedbapi.results.TmdbResultsList;
@@ -40,6 +39,7 @@ import org.apache.commons.lang3.StringUtils;
import org.apache.http.client.methods.HttpGet;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.yamj.api.common.http.CommonHttpClient;
/**
* The MovieDb API <p> This is for version 3 of the API as specified here: http://help.themoviedb.org/kb/api/about-3