Skip to content

Commit 83d69c7

Browse files
committed
Fixed mvn exec plugin runner
1 parent 633d39f commit 83d69c7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

client/src/main/java/nl/altindag/client/ClientRunner.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ public class ClientRunner {
2323
private static String[] defaultOptions = {
2424
"--glue", "nl.altindag.client.stepdefs",
2525
"--plugin", "pretty",
26-
"classpath:Hello.feature",
27-
"--strict"
26+
"classpath:Hello.feature"
2827
};
2928

3029
public static void main(String[] args) {

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,13 +518,11 @@
518518
<groupId>net.bytebuddy</groupId>
519519
<artifactId>byte-buddy</artifactId>
520520
<version>${version.byte-buddy}</version>
521-
<scope>test</scope>
522521
</dependency>
523522
<dependency>
524523
<groupId>net.bytebuddy</groupId>
525524
<artifactId>byte-buddy-agent</artifactId>
526525
<version>${version.byte-buddy}</version>
527-
<scope>test</scope>
528526
</dependency>
529527
<dependency>
530528
<groupId>io.github.hakky54</groupId>

0 commit comments

Comments
 (0)