Skip to content

Commit

Permalink
removed junit-platform-surefire-provider and redundant
Browse files Browse the repository at this point in the history
junit-jupiter-engine
  • Loading branch information
oridan committed Dec 14, 2018
1 parent bdec6c9 commit 990b232
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Expand Up @@ -399,18 +399,6 @@ SOFTWARE.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1-M1</version>
<dependencies>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-surefire-provider</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.3.1</version>
</dependency>
</dependencies>
<configuration>
<groups>org.takes.misc.PerformanceTests</groups>
</configuration>
Expand Down

0 comments on commit 990b232

Please sign in to comment.