File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 84
84
85
85
<dependencyManagement >
86
86
<dependencies >
87
+ <dependency >
88
+ <groupId >org.junit</groupId >
89
+ <artifactId >junit-bom</artifactId >
90
+ <version >${junit.jupiter.version} </version >
91
+ <type >pom</type >
92
+ <scope >import</scope >
93
+ </dependency >
87
94
<dependency >
88
95
<groupId >com.google.guava</groupId >
89
96
<artifactId >guava</artifactId >
101
108
</dependency >
102
109
<dependency >
103
110
<groupId >org.junit.jupiter</groupId >
104
- <artifactId >junit-jupiter</artifactId >
105
- <version >${junit.jupiter.version} </version >
111
+ <artifactId >junit-jupiter-api</artifactId >
112
+ <scope >test</scope >
113
+ </dependency >
114
+ <dependency >
115
+ <groupId >org.junit.jupiter</groupId >
116
+ <artifactId >junit-jupiter-engine</artifactId >
106
117
<scope >test</scope >
107
118
</dependency >
108
119
<dependency >
You can’t perform that action at this time.
0 commit comments