File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed
graylog-storage-elasticsearch7
graylog-storage-opensearch2 Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 103103 <version >${junit-jupiter.version} </version >
104104 <scope >test</scope >
105105 </dependency >
106+ <dependency >
107+ <groupId >org.junit.platform</groupId >
108+ <artifactId >junit-platform-reporting</artifactId >
109+ <version >${junit-jupiter.version} </version >
110+ <scope >test</scope >
111+ </dependency >
106112 </dependencies >
107113
108114 <build >
Original file line number Diff line number Diff line change 132132 <version >${junit-jupiter.version} </version >
133133 <scope >test</scope >
134134 </dependency >
135+ <dependency >
136+ <groupId >org.junit.platform</groupId >
137+ <artifactId >junit-platform-reporting</artifactId >
138+ <version >${junit-jupiter.version} </version >
139+ <scope >test</scope >
140+ </dependency >
135141 </dependencies >
136142
137143 <build >
Original file line number Diff line number Diff line change 834834 <artifactId >junit-jupiter</artifactId >
835835 <scope >test</scope >
836836 </dependency >
837+ <dependency >
838+ <groupId >org.junit.platform</groupId >
839+ <artifactId >junit-platform-reporting</artifactId >
840+ <scope >test</scope >
841+ </dependency >
837842
838843 <dependency >
839844 <groupId >org.mockito</groupId >
You can’t perform that action at this time.
0 commit comments