Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Stagner committed Nov 20, 2020
2 parents 24a024a + 826f672 commit b1c5b94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.8.1
* upgraded junit dependendcy to v4.13.1

## 1.8.0
* upgraded plexus-utils dependendcy to v3.0.16

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.disney.studio.cucumber.slices.plugin</groupId>
<artifactId>cucumber-slices-maven-plugin</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
<packaging>maven-plugin</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -189,7 +189,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class TestFeatureFileAssembler {
assert featureFileAssembler instanceof FeatureFileAssembler
}

@Test
@Ignore
void shouldUseForDebuggingFeatureFiles() {
String parallelRunnersDirectory = 'src/test/groovy/parallel_runners'
String templatesDirectory = 'src/test/resources/templates'
Expand Down

0 comments on commit b1c5b94

Please sign in to comment.