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
-