From 40a1530f190683a182a200c8f0c29798a08f8f73 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Tue, 10 May 2016 14:52:30 +0200 Subject: [PATCH] repeated commit 86000ac --- main/commons-test/pom.xml | 14 +++++++++----- main/commons/pom.xml | 5 +++++ main/pom.xml | 8 -------- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/main/commons-test/pom.xml b/main/commons-test/pom.xml index c7fe991e3..8ae85edf0 100644 --- a/main/commons-test/pom.xml +++ b/main/commons-test/pom.xml @@ -17,10 +17,19 @@ Shared utilities for tests + + org.cryptomator + commons + + junit junit + + org.mockito + mockito-core + de.bechte.junit junit-hierarchicalcontextrunner @@ -29,11 +38,6 @@ org.hamcrest hamcrest-all - - - org.cryptomator - commons - diff --git a/main/commons/pom.xml b/main/commons/pom.xml index 194123564..5603f36b5 100644 --- a/main/commons/pom.xml +++ b/main/commons/pom.xml @@ -44,6 +44,11 @@ junit test + + org.mockito + mockito-core + test + de.bechte.junit junit-hierarchicalcontextrunner diff --git a/main/pom.xml b/main/pom.xml index 414017f36..75ba59663 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -275,14 +275,6 @@ org.apache.logging.log4j log4j-jul - - junit - junit - - - org.mockito - mockito-core -