File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 40
40
41
41
<eclipse-collections .version>11.1.0</eclipse-collections .version>
42
42
<junit5 .version>5.10.1</junit5 .version>
43
+ <commons-io .version>2.14.0</commons-io .version>
43
44
</properties >
44
45
46
+ <dependencyManagement >
47
+ <dependencies >
48
+ <dependency >
49
+ <groupId >commons-io</groupId >
50
+ <artifactId >commons-io</artifactId >
51
+ <version >${commons-io.version} </version >
52
+ </dependency >
53
+ </dependencies >
54
+ </dependencyManagement >
55
+
45
56
<dependencies >
46
57
47
58
<dependency >
76
87
<scope >test</scope >
77
88
</dependency >
78
89
90
+ <dependency >
91
+ <groupId >commons-io</groupId >
92
+ <artifactId >commons-io</artifactId >
93
+ <version >${commons-io.version} </version >
94
+ </dependency >
95
+
79
96
<dependency >
80
97
<groupId >org.jetbrains.kotlin</groupId >
81
98
<artifactId >kotlin-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 41
41
42
42
<eclipse-collections .version>11.1.0</eclipse-collections .version>
43
43
<junit5 .version>5.10.1</junit5 .version>
44
+ <commons-io .version>2.14.0</commons-io .version>
44
45
</properties >
45
46
47
+ <dependencyManagement >
48
+ <dependencies >
49
+ <dependency >
50
+ <groupId >commons-io</groupId >
51
+ <artifactId >commons-io</artifactId >
52
+ <version >${commons-io.version} </version >
53
+ </dependency >
54
+ </dependencies >
55
+ </dependencyManagement >
56
+
46
57
<dependencies >
47
58
48
59
<dependency >
You can’t perform that action at this time.
0 commit comments