File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change 14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
15
<spring .kafka.version>3.3.4</spring .kafka.version>
16
16
<spotless .version>2.44.4</spotless .version>
17
+ <junit .version>5.12.2</junit .version>
17
18
</properties >
18
19
20
+ <dependencyManagement >
21
+ <dependencies >
22
+ <dependency >
23
+ <groupId >org.junit</groupId >
24
+ <artifactId >junit-bom</artifactId >
25
+ <version >${junit.version} </version >
26
+ <type >pom</type >
27
+ <scope >import</scope >
28
+ </dependency >
29
+ </dependencies >
30
+ </dependencyManagement >
31
+
19
32
<dependencies >
20
33
<dependency >
21
34
<groupId >org.springframework.kafka</groupId >
48
61
</dependency >
49
62
<dependency >
50
63
<groupId >org.junit.jupiter</groupId >
51
- <artifactId >junit-jupiter-engine</artifactId >
52
- <version >5.11.4</version >
64
+ <artifactId >junit-jupiter</artifactId >
65
+ <scope >test</scope >
66
+ </dependency >
67
+ <dependency >
68
+ <groupId >org.junit.platform</groupId >
69
+ <artifactId >junit-platform-launcher</artifactId >
53
70
<scope >test</scope >
54
71
</dependency >
55
72
82
99
</plugin >
83
100
</plugins >
84
101
</build >
85
- </project >
102
+ </project >
You can’t perform that action at this time.
0 commit comments