diff --git a/BUILD.md b/BUILD.md
index b968583e3..4ea3c3a61 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -4,7 +4,6 @@
- [OpenJDK 11](https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot).
- [Maven](https://maven.apache.org/download.cgi) 3.6.0 or newer
-- [Docker](https://www.docker.com/) 18.03 or newer (optional) if you want to run all tests
## Build
@@ -22,7 +21,6 @@ Notes:
- This command will build all modules (core, node, gui).
- If the build fails, you may need to clean previously built artifacts with the `mvn clean` command.
-- Some tests use [Docker](https://www.docker.com/), so make sure your docker daemon is running.
- Archives can be found in the `target` folder for each module.
### Skip tests
diff --git a/eclair-core/pom.xml b/eclair-core/pom.xml
index 698cfd3f7..17b00b0d4 100644
--- a/eclair-core/pom.xml
+++ b/eclair-core/pom.xml
@@ -265,25 +265,6 @@
1.5.0
test
-
- com.whisk
- docker-testkit-scalatest_${scala.version.short}
- 0.9.9
- test
-
-
- com.whisk
- docker-testkit-impl-spotify_${scala.version.short}
- 0.9.9
- test
-
-
-
- javax.activation
- activation
- 1.1.1
- test
-
com.typesafe.akka
akka-testkit_${scala.version.short}