Skip to content

Commit

Permalink
Update maven setup in README (#923)
Browse files Browse the repository at this point in the history
It's not required to add junit-platform-surefire-provider anymore.
  • Loading branch information
mindhaq authored and sksamuel committed Aug 25, 2019
1 parent 71bc520 commit d8b0604
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,14 +206,7 @@ For maven you must configure the surefire plugin for junit tests.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<dependencies>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-surefire-provider</artifactId>
<version>1.3.2</version>
</dependency>
</dependencies>
<version>2.22.2</version>
</plugin>
```

Expand Down

0 comments on commit d8b0604

Please sign in to comment.