Skip to content

Commit

Permalink
Merge pull request #18 from artsok/fix-16
Browse files Browse the repository at this point in the history
fix issues 16
  • Loading branch information
artsok authored Apr 22, 2019
2 parents c23adb5 + b0b0fbb commit eca80c8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.artsok</groupId>
<artifactId>rerunner-jupiter</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.4</version>
<name>Rerunner-Jupiter</name>
<description>
JUnit 5 Extension point which rerun failed tests certain number of times
Expand Down Expand Up @@ -69,11 +69,7 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit eca80c8

Please sign in to comment.