http-service: remove junit/mockito dependencies since spring pulls them in

This commit is contained in:
Adam
2018-01-10 15:44:35 -05:00
parent ad8b2e82d1
commit e53b33d4e8

View File

@@ -115,18 +115,6 @@
<version>${spring.boot.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>