Skip to content

Commit 4ce2c41

Browse files
authored
Enable JUnit reporting (#24013)
1 parent 58679ae commit 4ce2c41

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

graylog-storage-elasticsearch7/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@
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>

graylog-storage-opensearch2/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@
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>

graylog2-server/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,11 @@
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>

0 commit comments

Comments
 (0)