File tree 2 files changed +1
-4
lines changed
client/src/main/java/nl/altindag/client 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ public class ClientRunner {
23
23
private static String [] defaultOptions = {
24
24
"--glue" , "nl.altindag.client.stepdefs" ,
25
25
"--plugin" , "pretty" ,
26
- "classpath:Hello.feature" ,
27
- "--strict"
26
+ "classpath:Hello.feature"
28
27
};
29
28
30
29
public static void main (String [] args ) {
Original file line number Diff line number Diff line change 518
518
<groupId >net.bytebuddy</groupId >
519
519
<artifactId >byte-buddy</artifactId >
520
520
<version >${version.byte-buddy} </version >
521
- <scope >test</scope >
522
521
</dependency >
523
522
<dependency >
524
523
<groupId >net.bytebuddy</groupId >
525
524
<artifactId >byte-buddy-agent</artifactId >
526
525
<version >${version.byte-buddy} </version >
527
- <scope >test</scope >
528
526
</dependency >
529
527
<dependency >
530
528
<groupId >io.github.hakky54</groupId >
You can’t perform that action at this time.
0 commit comments