File tree Expand file tree Collapse file tree 16 files changed +53
-78
lines changed
open-cluster-management/mock
verticalpodautoscaler/mock Expand file tree Collapse file tree 16 files changed +53
-78
lines changed Original file line number Diff line number Diff line change 9
9
* Fix #4256 : crd-generator-apt pom.xml includes transitive dependencies
10
10
* Fix #4294 : crd-generator respects JsonIgnore annotations on enum properties
11
11
* Fix #4320 : corrected leader transitions field on leader election leases
12
+ * Fix #4360 : JUnit dependencies aren't leaked in child modules
12
13
13
14
14
15
#### Improvements
Original file line number Diff line number Diff line change 41
41
42
42
<dependency >
43
43
<groupId >org.junit.jupiter</groupId >
44
- <artifactId >junit-jupiter-engine</artifactId >
45
- <scope >test</scope >
46
- </dependency >
47
-
48
- <dependency >
49
- <groupId >org.junit.jupiter</groupId >
50
- <artifactId >junit-jupiter-migrationsupport</artifactId >
51
- <scope >test</scope >
44
+ <artifactId >junit-jupiter-api</artifactId >
45
+ <scope >provided</scope >
52
46
</dependency >
53
47
</dependencies >
54
48
Original file line number Diff line number Diff line change 42
42
43
43
<dependency >
44
44
<groupId >org.junit.jupiter</groupId >
45
- <artifactId >junit-jupiter-engine</artifactId >
46
- <scope >test</scope >
47
- </dependency >
48
- <dependency >
49
- <groupId >org.junit.jupiter</groupId >
50
- <artifactId >junit-jupiter-migrationsupport</artifactId >
51
- <scope >test</scope >
45
+ <artifactId >junit-jupiter-api</artifactId >
46
+ <scope >provided</scope >
52
47
</dependency >
53
48
</dependencies >
54
49
Original file line number Diff line number Diff line change 42
42
43
43
<dependency >
44
44
<groupId >org.junit.jupiter</groupId >
45
- <artifactId >junit-jupiter-engine</artifactId >
46
- <scope >test</scope >
47
- </dependency >
48
- <dependency >
49
- <groupId >org.junit.jupiter</groupId >
50
- <artifactId >junit-jupiter-migrationsupport</artifactId >
51
- <scope >test</scope >
45
+ <artifactId >junit-jupiter-api</artifactId >
46
+ <scope >provided</scope >
52
47
</dependency >
53
48
</dependencies >
54
49
Original file line number Diff line number Diff line change 40
40
41
41
<dependency >
42
42
<groupId >org.junit.jupiter</groupId >
43
- <artifactId >junit-jupiter-engine</artifactId >
44
- </dependency >
45
-
46
- <dependency >
47
- <groupId >org.junit.jupiter</groupId >
48
- <artifactId >junit-jupiter-migrationsupport</artifactId >
43
+ <artifactId >junit-jupiter-api</artifactId >
44
+ <scope >provided</scope >
49
45
</dependency >
50
46
</dependencies >
51
47
Original file line number Diff line number Diff line change 40
40
41
41
<dependency >
42
42
<groupId >org.junit.jupiter</groupId >
43
- <artifactId >junit-jupiter-engine</artifactId >
44
- </dependency >
45
-
46
- <dependency >
47
- <groupId >org.junit.jupiter</groupId >
48
- <artifactId >junit-jupiter-migrationsupport</artifactId >
43
+ <artifactId >junit-jupiter-api</artifactId >
44
+ <scope >provided</scope >
49
45
</dependency >
50
46
</dependencies >
51
47
Original file line number Diff line number Diff line change 42
42
43
43
<dependency >
44
44
<groupId >org.junit.jupiter</groupId >
45
- <artifactId >junit-jupiter-engine</artifactId >
46
- <scope >test</scope >
47
- </dependency >
48
- <dependency >
49
- <groupId >org.junit.jupiter</groupId >
50
- <artifactId >junit-jupiter-migrationsupport</artifactId >
51
- <scope >test</scope >
45
+ <artifactId >junit-jupiter-api</artifactId >
46
+ <scope >provided</scope >
52
47
</dependency >
53
48
</dependencies >
54
49
Original file line number Diff line number Diff line change 41
41
42
42
<dependency >
43
43
<groupId >org.junit.jupiter</groupId >
44
- <artifactId >junit-jupiter-engine</artifactId >
45
- <scope >test</scope >
46
- </dependency >
47
- <dependency >
48
- <groupId >org.junit.jupiter</groupId >
49
- <artifactId >junit-jupiter-migrationsupport</artifactId >
50
- <scope >test</scope >
44
+ <artifactId >junit-jupiter-api</artifactId >
45
+ <scope >provided</scope >
51
46
</dependency >
52
47
</dependencies >
53
48
Original file line number Diff line number Diff line change 41
41
42
42
<dependency >
43
43
<groupId >org.junit.jupiter</groupId >
44
- <artifactId >junit-jupiter-engine</artifactId >
45
- <scope >test</scope >
46
- </dependency >
47
-
48
- <dependency >
49
- <groupId >org.junit.jupiter</groupId >
50
- <artifactId >junit-jupiter-migrationsupport</artifactId >
51
- <scope >test</scope >
44
+ <artifactId >junit-jupiter-api</artifactId >
45
+ <scope >provided</scope >
52
46
</dependency >
53
47
</dependencies >
54
48
Original file line number Diff line number Diff line change 42
42
43
43
<dependency >
44
44
<groupId >org.junit.jupiter</groupId >
45
- <artifactId >junit-jupiter-engine</artifactId >
46
- <scope >test</scope >
47
- </dependency >
48
- <dependency >
49
- <groupId >org.junit.jupiter</groupId >
50
- <artifactId >junit-jupiter-migrationsupport</artifactId >
51
- <scope >test</scope >
45
+ <artifactId >junit-jupiter-api</artifactId >
46
+ <scope >provided</scope >
52
47
</dependency >
53
48
</dependencies >
54
49
You can’t perform that action at this time.
0 commit comments