5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-06 21:40:53 +08:00

SQOOP-2672: Sqoop2: Remove double dependency on mockito in shell module

(Jarek Jarcec Cecho via Abraham Elmahrek)
This commit is contained in:
Abraham 2015-11-07 23:29:14 -08:00
parent c173f6a52a
commit e19b877029

View File

@ -81,11 +81,6 @@ limitations under the License.
<artifactId>testng</artifactId> <artifactId>testng</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<profiles> <profiles>