From 29d8b95bc679c20670496c3c914d740118b503bf Mon Sep 17 00:00:00 2001 From: Vladislav Bauer Date: Sat, 26 Sep 2015 21:04:11 +0600 Subject: [PATCH] Fix warnings during project build Remove duplicated dependencies with different versions. --- actions-beans/pom.xml | 2 +- actions-builder/pom.xml | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/actions-beans/pom.xml b/actions-beans/pom.xml index e14c601..0987cee 100644 --- a/actions-beans/pom.xml +++ b/actions-beans/pom.xml @@ -47,7 +47,7 @@ org.mockito mockito-all - 1.8.4 + 1.9.5 test diff --git a/actions-builder/pom.xml b/actions-builder/pom.xml index 4d057fd..294b22d 100644 --- a/actions-builder/pom.xml +++ b/actions-builder/pom.xml @@ -27,12 +27,6 @@ hamcrest-library 1.3 - - org.mockito - mockito-all - 1.8.4 - test - org.seleniumhq.selenium selenium-java @@ -43,6 +37,7 @@ org.mockito mockito-all 1.9.5 + test