Skip to content

Commit

Permalink
Add junit-jupiter dependency in junit 5 quickstart docs (testcontaine…
Browse files Browse the repository at this point in the history
…rs#2301)

Co-authored-by: dark <dark@woowahan.com>
  • Loading branch information
2 people authored and quincy committed May 28, 2020
1 parent 4db5205 commit 048ccc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/quickstart/junit_5_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ testCompile "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion"
testCompile "org.junit.jupiter:junit-jupiter-params:$junitJupiterVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion"
testCompile "org.testcontainers:testcontainers:{{latest_version}}"
testCompile "org.testcontainers:junit-jupiter:{{latest_version}}"
```

```xml tab='Maven'
Expand Down

0 comments on commit 048ccc2

Please sign in to comment.