File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
integrationtest/showcase/library Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 4444 </exclusion >
4545 </exclusions >
4646 </dependency >
47+ <!--
48+ junit-vintage-engine 5.5.2 version does not support junit 4.13.1.
49+ If we try to use it, a parsing error is thrown.
50+ So we downgrade JUnit, so that junit-vintage-engine will handle it.
51+ See https://stackoverflow.com/a/64371503/1812965
52+ -->
4753 <dependency >
4854 <groupId >junit</groupId >
4955 <artifactId >junit</artifactId >
50- <version >${version.legacy .junit} </version >
56+ <version >${version.junit .junit-platform-workaround } </version >
5157 <scope >test</scope >
5258 </dependency >
5359 </dependencies >
Original file line number Diff line number Diff line change 252252 junit-vintage-engine 5.5.2 version does not support junit 4.13.1.
253253 If we try to use it, a parsing error is thrown.
254254 So we downgrade JUnit, so that junit-vintage-engine will handle it.
255+ See https://stackoverflow.com/a/64371503/1812965
255256 -->
256- <version .legacy .junit>4.13</version .legacy .junit>
257+ <version .junit .junit-platform-workaround >4.13</version .junit .junit-platform-workaround >
257258
258259 <version .org.hamcrest>2.2</version .org.hamcrest>
259260 <version .org.mockito>3.5.13</version .org.mockito>
You can’t perform that action at this time.
0 commit comments