Added testCase for List All Movies and Add a Movie

This commit is contained in:
Giuseppe Bueti
2016-01-30 20:39:28 +01:00
committed by giuseppe.bueti
parent ae772727ce
commit 09c853477e
8 changed files with 184 additions and 31 deletions
+29
View File
@@ -85,6 +85,35 @@
<scope>${resteasy.scope}</scope>
</dependency>
<!-- Junit Library -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.7.0</version>
</dependency>
</dependencies>