We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f261b commit 47bd8fbCopy full SHA for 47bd8fb
pom.xml
@@ -108,12 +108,6 @@
108
<version>${junit.platform.version}</version>
109
<scope>test</scope>
110
</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>
117
<!-- added to support running JUnit5 tests with JUnit4. Remove when Infinitest catches up. -->
118
<!-- Note: DO NOT make this the org.junit.vintage support. All the tests are written with JUnit5.
119
Once Infinitest is ready we can remove this dependency and the corresponding @RunWith annotations
0 commit comments