Skip to content

Commit fdab988

Browse files
committed
chore(deps): remove junit4 executing support after migrate to kotest
do not need to execute JUnit4 and JUnit5/kotest in a same build
1 parent 93c377a commit fdab988

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

pom.xml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@
7979
</dependency>
8080

8181
<!-- Testing libs -->
82-
<dependency>
83-
<groupId>io.kotest</groupId>
84-
<artifactId>kotest-runner-junit4-jvm</artifactId>
85-
<scope>test</scope>
86-
</dependency>
8782
<dependency>
8883
<groupId>io.kotest</groupId>
8984
<artifactId>kotest-runner-junit5-jvm</artifactId>
@@ -99,22 +94,6 @@
9994
<artifactId>kotest-property-jvm</artifactId>
10095
<scope>test</scope>
10196
</dependency>
102-
<!--
103-
Executing JUnit 4 and JUnit 5 tests in a same build
104-
https://stackoverflow.com/a/47158584/922688
105-
-->
106-
<!--JUnit Jupiter Engine to depend on the JUnit5 engine and JUnit 5 API -->
107-
<dependency>
108-
<groupId>org.junit.jupiter</groupId>
109-
<artifactId>junit-jupiter-engine</artifactId>
110-
<scope>test</scope>
111-
</dependency>
112-
<!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API -->
113-
<dependency>
114-
<groupId>org.junit.vintage</groupId>
115-
<artifactId>junit-vintage-engine</artifactId>
116-
<scope>test</scope>
117-
</dependency>
11897
</dependencies>
11998

12099
<dependencyManagement>
@@ -182,12 +161,6 @@
182161
testing libs
183162
-->
184163
<!-- https://github.com/kotlintest/kotlintest -->
185-
<dependency>
186-
<groupId>io.kotest</groupId>
187-
<artifactId>kotest-runner-junit4-jvm</artifactId>
188-
<version>${kotest.version}</version>
189-
<scope>test</scope>
190-
</dependency>
191164
<dependency>
192165
<groupId>io.kotest</groupId>
193166
<artifactId>kotest-runner-junit5-jvm</artifactId>

0 commit comments

Comments
 (0)