Skip to content

Commit 27d51dd

Browse files
authored
Improved tests
1 parent e386fee commit 27d51dd

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

pom-central.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@
129129
<version>[5.10.0,)</version>
130130
<scope>test</scope>
131131
</dependency>
132+
<dependency>
133+
<groupId>org.junit.platform</groupId>
134+
<artifactId>junit-platform-launcher</artifactId>
135+
<version>[1.10.0,)</version>
136+
<scope>test</scope>
137+
</dependency>
132138
<dependency>
133139
<groupId>org.awaitility</groupId>
134140
<artifactId>awaitility</artifactId>

pom-pack.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,12 @@
246246
<version>[5.10.0,)</version>
247247
<scope>test</scope>
248248
</dependency>
249+
<dependency>
250+
<groupId>org.junit.platform</groupId>
251+
<artifactId>junit-platform-launcher</artifactId>
252+
<version>[1.10.0,)</version>
253+
<scope>test</scope>
254+
</dependency>
249255
<dependency>
250256
<groupId>org.awaitility</groupId>
251257
<artifactId>awaitility</artifactId>

0 commit comments

Comments
 (0)