File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 178
178
<commons-lang2 .version>2.6</commons-lang2 .version>
179
179
<!-- org.apache.commons/commons-lang3/-->
180
180
<commons-lang3 .version>3.5</commons-lang3 .version>
181
+ <commons-compress .version>1.8.1</commons-compress .version>
181
182
<datanucleus-core .version>3.2.10</datanucleus-core .version>
182
183
<javax-activation .version>1.1.1</javax-activation .version>
183
184
<objenesis .version>2.5.1</objenesis .version>
518
519
<artifactId >commons-math3</artifactId >
519
520
<version >${commons.math3.version} </version >
520
521
</dependency >
522
+ <dependency >
523
+ <groupId >org.apache.commons</groupId >
524
+ <artifactId >commons-compress</artifactId >
525
+ <version >${commons-compress.version} </version >
526
+ </dependency >
521
527
<dependency >
522
528
<groupId >commons-collections</groupId >
523
529
<artifactId >commons-collections</artifactId >
You can’t perform that action at this time.
0 commit comments