Skip to content

Commit 2b855b8

Browse files
committed
Fix pom
1 parent 510ecca commit 2b855b8

File tree

1 file changed

+1
-1
lines changed
  • demo/demo-maven-junit-platform-junit4-boot24

1 file changed

+1
-1
lines changed

demo/demo-maven-junit-platform-junit4-boot24/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.junit.platform</groupId>
7070
<artifactId>junit-platform-testkit</artifactId>
71-
<scope>1.10.0</scope>
71+
<scope>test</scope>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)