Skip to content

Commit 47bd8fb

Browse files
committed
Remove duplicate declaration
1 parent f6f261b commit 47bd8fb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@
108108
<version>${junit.platform.version}</version>
109109
<scope>test</scope>
110110
</dependency>
111-
<dependency>
112-
<groupId>org.junit.jupiter</groupId>
113-
<artifactId>junit-jupiter-engine</artifactId>
114-
<version>${junit.jupiter.version}</version>
115-
<scope>test</scope>
116-
</dependency>
117111
<!-- added to support running JUnit5 tests with JUnit4. Remove when Infinitest catches up. -->
118112
<!-- Note: DO NOT make this the org.junit.vintage support. All the tests are written with JUnit5.
119113
Once Infinitest is ready we can remove this dependency and the corresponding @RunWith annotations

0 commit comments

Comments
 (0)