|
|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
|
|
|
|
|
<groupId>com.omertron</groupId>
|
|
|
|
|
<artifactId>themoviedbapi</artifactId>
|
|
|
|
|
<version>3.7-SNAPSHOT</version>
|
|
|
|
|
<version>3.7</version>
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
|
|
<name>API-The MovieDB</name>
|
|
|
|
|
@ -85,17 +85,17 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
|
<version>2.2.2</version>
|
|
|
|
|
<version>2.2.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
|
<version>2.2.2</version>
|
|
|
|
|
<version>2.2.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
|
<version>2.2.2</version>
|
|
|
|
|
<version>2.2.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!--LOGGING-->
|
|
|
|
|
<dependency>
|
|
|
|
|
@ -113,7 +113,7 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.yamj</groupId>
|
|
|
|
|
<artifactId>api-common</artifactId>
|
|
|
|
|
<version>1.1-SNAPSHOT</version>
|
|
|
|
|
<version>1.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|