Skip to content

Commit

Permalink
Update settings for maven-surefire-plugin
Browse files Browse the repository at this point in the history
Fixes gh-322
  • Loading branch information
kazuki43zoo committed Oct 26, 2018
1 parent cc9306a commit 991ea20
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,18 @@
<version>${junit-engine.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit-engine.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${junit-engine.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jboss.byteman</groupId>
Expand Down Expand Up @@ -327,13 +339,6 @@
</property>
</systemProperties>
</configuration>
<dependencies>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${junit-engine.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 991ea20

Please sign in to comment.