Skip to content

Commit b25e552

Browse files
authored
Remove Docker test dependency (#1753)
It was only used by Electrum which was removed in #1750
1 parent 89d2489 commit b25e552

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

BUILD.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
- [OpenJDK 11](https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot).
66
- [Maven](https://maven.apache.org/download.cgi) 3.6.0 or newer
7-
- [Docker](https://www.docker.com/) 18.03 or newer (optional) if you want to run all tests
87

98
## Build
109

@@ -22,7 +21,6 @@ Notes:
2221

2322
- This command will build all modules (core, node, gui).
2423
- If the build fails, you may need to clean previously built artifacts with the `mvn clean` command.
25-
- Some tests use [Docker](https://www.docker.com/), so make sure your docker daemon is running.
2624
- Archives can be found in the `target` folder for each module.
2725

2826
### Skip tests

eclair-core/pom.xml

-19
Original file line numberDiff line numberDiff line change
@@ -265,25 +265,6 @@
265265
<version>1.5.0</version>
266266
<scope>test</scope>
267267
</dependency>
268-
<dependency>
269-
<groupId>com.whisk</groupId>
270-
<artifactId>docker-testkit-scalatest_${scala.version.short}</artifactId>
271-
<version>0.9.9</version>
272-
<scope>test</scope>
273-
</dependency>
274-
<dependency>
275-
<groupId>com.whisk</groupId>
276-
<artifactId>docker-testkit-impl-spotify_${scala.version.short}</artifactId>
277-
<version>0.9.9</version>
278-
<scope>test</scope>
279-
</dependency>
280-
<!-- neeeded for our docker tests, see https://github.com/spotify/dockerfile-maven/issues/90 -->
281-
<dependency>
282-
<groupId>javax.activation</groupId>
283-
<artifactId>activation</artifactId>
284-
<version>1.1.1</version>
285-
<scope>test</scope>
286-
</dependency>
287268
<dependency>
288269
<groupId>com.typesafe.akka</groupId>
289270
<artifactId>akka-testkit_${scala.version.short}</artifactId>

0 commit comments

Comments
 (0)