File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 5252 <groupId >org.apache.commons</groupId >
5353 <artifactId >commons-lang3</artifactId >
5454 </dependency >
55+ <dependency >
56+ <groupId >commons-io</groupId >
57+ <artifactId >commons-io</artifactId >
58+ </dependency >
5559 <dependency >
5660 <groupId >io.bootique</groupId >
5761 <artifactId >bootique-junit5</artifactId >
Original file line number Diff line number Diff line change 4848 <morphia .version>2.4.13</morphia .version>
4949 <commons .compress.version>1.26.1</commons .compress.version>
5050 <commons .lang.version>3.18.0</commons .lang.version>
51+ <commons .io.version>2.19.0</commons .io.version>
5152 </properties >
5253
5354 <scm >
126127 <groupId >org.apache.commons</groupId >
127128 <artifactId >commons-compress</artifactId >
128129 <version >${commons.compress.version} </version >
130+ <exclusions >
131+ <exclusion >
132+ <groupId >commons-io</groupId >
133+ <artifactId >commons-io</artifactId >
134+ </exclusion >
135+ </exclusions >
129136 </dependency >
130137 <dependency >
131138 <groupId >org.apache.commons</groupId >
132139 <artifactId >commons-lang3</artifactId >
133140 <version >${commons.lang.version} </version >
134141 </dependency >
142+ <dependency >
143+ <groupId >commons-io</groupId >
144+ <artifactId >commons-io</artifactId >
145+ <version >${commons.io.version} </version >
146+ </dependency >
135147 </dependencies >
136148 </dependencyManagement >
137149
You can’t perform that action at this time.
0 commit comments