File tree Expand file tree Collapse file tree 2 files changed +43
-1
lines changed
dapr-spring-boot-autoconfigure Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 57
57
<artifactId >testcontainers</artifactId >
58
58
<scope >test</scope >
59
59
</dependency >
60
+ <dependency >
61
+ <groupId >org.junit.jupiter</groupId >
62
+ <artifactId >junit-jupiter</artifactId >
63
+ <scope >test</scope >
64
+ </dependency >
65
+ <dependency >
66
+ <groupId >org.junit.jupiter</groupId >
67
+ <artifactId >junit-jupiter-api</artifactId >
68
+ <scope >test</scope >
69
+ </dependency >
70
+ <dependency >
71
+ <groupId >org.junit.jupiter</groupId >
72
+ <artifactId >junit-jupiter-params</artifactId >
73
+ <scope >test</scope >
74
+ </dependency >
75
+ <dependency >
76
+ <groupId >org.junit.jupiter</groupId >
77
+ <artifactId >junit-jupiter-engine</artifactId >
78
+ <scope >test</scope >
79
+ </dependency >
60
80
<dependency >
61
81
<groupId >org.testcontainers</groupId >
62
82
<artifactId >junit-jupiter</artifactId >
Original file line number Diff line number Diff line change 28
28
</modules >
29
29
30
30
<properties >
31
- <springboot .version>3.4.3 </springboot .version>
31
+ <springboot .version>3.2.6 </springboot .version>
32
32
<maven .compiler.source>11</maven .compiler.source>
33
33
<maven .compiler.target>11</maven .compiler.target>
34
34
<maven .compiler.release>11</maven .compiler.release>
43
43
<type >pom</type >
44
44
<scope >import</scope >
45
45
</dependency >
46
+ <dependency >
47
+ <groupId >org.junit.jupiter</groupId >
48
+ <artifactId >junit-jupiter-api</artifactId >
49
+ <version >5.8.2</version >
50
+ </dependency >
51
+ <dependency >
52
+ <groupId >org.junit.jupiter</groupId >
53
+ <artifactId >junit-jupiter-params</artifactId >
54
+ <version >5.8.2</version >
55
+ </dependency >
56
+ <dependency >
57
+ <groupId >org.junit.jupiter</groupId >
58
+ <artifactId >junit-jupiter-engine</artifactId >
59
+ <version >5.8.2</version >
60
+ </dependency >
61
+ <dependency >
62
+ <groupId >org.junit.jupiter</groupId >
63
+ <artifactId >junit-jupiter</artifactId >
64
+ <version >5.8.2</version >
65
+ </dependency >
46
66
</dependencies >
47
67
</dependencyManagement >
48
68
73
93
<dependency >
74
94
<groupId >org.springframework.boot</groupId >
75
95
<artifactId >spring-boot-configuration-processor</artifactId >
96
+ <version >${springboot.version} </version >
76
97
<optional >true</optional >
77
98
</dependency >
78
99
79
100
<!-- Test dependencies -->
80
101
<dependency >
81
102
<groupId >org.springframework.boot</groupId >
82
103
<artifactId >spring-boot-starter-test</artifactId >
104
+ <version >${springboot.version} </version >
83
105
<scope >test</scope >
84
106
</dependency >
85
107
<dependency >
You can’t perform that action at this time.
0 commit comments