File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 114
114
</distributionManagement >
115
115
116
116
<properties >
117
- <junit .version>5.8.2</junit .version>
118
-
119
117
<maven-fluido-skin .version>1.10.0</maven-fluido-skin .version>
120
118
121
119
<!-- all 3 are needed, because some plugins might use the source/target variables -->
140
138
<type >pom</type >
141
139
<scope >import</scope >
142
140
</dependency >
141
+ <dependency >
142
+ <groupId >org.junit</groupId >
143
+ <artifactId >junit-bom</artifactId >
144
+ <version >5.8.2</version >
145
+ <type >pom</type >
146
+ <scope >import</scope >
147
+ </dependency >
143
148
<dependency >
144
149
<!-- transitive dependency of org.eclipse.jdt.core resolved here to avoid version range -->
145
150
<groupId >org.eclipse.platform</groupId >
322
327
<dependency >
323
328
<groupId >org.junit.jupiter</groupId >
324
329
<artifactId >junit-jupiter-api</artifactId >
325
- <version >${junit.version} </version >
326
330
<scope >test</scope >
327
331
</dependency >
328
332
<dependency >
329
333
<groupId >org.junit.jupiter</groupId >
330
334
<artifactId >junit-jupiter-engine</artifactId >
331
- <version >${junit.version} </version >
332
335
<scope >test</scope >
333
336
</dependency >
334
337
</dependencies >
You can’t perform that action at this time.
0 commit comments