File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 41
41
<scope >test</scope >
42
42
</dependency >
43
43
44
+ <dependency >
45
+ <groupId >org.slf4j</groupId >
46
+ <artifactId >slf4j-api</artifactId >
47
+ <version >${slf4j.version} </version >
48
+ <scope >test</scope >
49
+ </dependency >
50
+ <dependency >
51
+ <groupId >org.slf4j</groupId >
52
+ <artifactId >slf4j-simple</artifactId >
53
+ <version >${slf4j.version} </version >
54
+ <scope >test</scope >
55
+ </dependency >
56
+
44
57
<!-- Following two deps exist to make spock2 work with junit4 -->
45
58
<!-- Ref: https://github.com/groovy/GMavenPlus/wiki/Examples#spock-2-and-junit -->
46
59
<dependency >
69
82
<artifactId >maven-surefire-plugin</artifactId >
70
83
<configuration >
71
84
<skipTests >${e2e.skip} </skipTests >
85
+ <systemPropertyVariables >
86
+ <org .slf4j.simpleLogger.defaultLogLevel>DEBUG</org .slf4j.simpleLogger.defaultLogLevel>
87
+ <org .slf4j.simpleLogger.showDateTime>true</org .slf4j.simpleLogger.showDateTime>
88
+ </systemPropertyVariables >
72
89
</configuration >
73
90
</plugin >
74
91
<plugin >
You can’t perform that action at this time.
0 commit comments