File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 4444 <groupId >org.apache.commons</groupId >
4545 <artifactId >commons-compress</artifactId >
4646 </dependency >
47+ <dependency >
48+ <groupId >org.apache.commons</groupId >
49+ <artifactId >commons-lang3</artifactId >
50+ </dependency >
4751 <dependency >
4852 <groupId >io.bootique</groupId >
4953 <artifactId >bootique-junit5</artifactId >
Original file line number Diff line number Diff line change 4747 <mongodb .driver.version>4.11.2</mongodb .driver.version>
4848 <morphia .version>2.4.13</morphia .version>
4949 <commons .compress.version>1.26.1</commons .compress.version>
50+ <commons .lang.version>3.17.0</commons .lang.version>
5051 </properties >
5152
5253 <scm >
126127 <artifactId >commons-compress</artifactId >
127128 <version >${commons.compress.version} </version >
128129 </dependency >
130+ <dependency >
131+ <groupId >org.apache.commons</groupId >
132+ <artifactId >commons-lang3</artifactId >
133+ <version >${commons.lang.version} </version >
134+ </dependency >
129135 </dependencies >
130136 </dependencyManagement >
131137
You can’t perform that action at this time.
0 commit comments