We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93af732 commit 376642bCopy full SHA for 376642b
docs/test_framework_integration/junit_5.md
@@ -70,13 +70,13 @@ Add the following dependency to your `pom.xml`/`build.gradle` file:
70
71
=== "Gradle"
72
```groovy
73
- testImplementation "org.testcontainers:junit-jupiter:{{latest_version}}"
+ testImplementation "org.testcontainers:testcontainers-junit-jupiter:{{latest_version}}"
74
```
75
=== "Maven"
76
```xml
77
<dependency>
78
<groupId>org.testcontainers</groupId>
79
- <artifactId>junit-jupiter</artifactId>
+ <artifactId>testcontainers-junit-jupiter</artifactId>
80
<version>{{latest_version}}</version>
81
<scope>test</scope>
82
</dependency>
0 commit comments