File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
pig-common/pig-common-bom Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 35
35
<shardingsphere .version>5.4.1</shardingsphere .version>
36
36
<hutool .version>5.8.32</hutool .version>
37
37
<sentinel .version>1.8.4</sentinel .version>
38
+ <common .io.version>2.16.1</common .io.version>
38
39
<spring .checkstyle.plugin>0.0.43</spring .checkstyle.plugin>
39
40
<flatten-maven-plugin .version>1.6.0</flatten-maven-plugin .version>
40
41
</properties >
130
131
<artifactId >excel-spring-boot-starter</artifactId >
131
132
<version >${excel.version} </version >
132
133
</dependency >
134
+ <!-- commons.io 覆盖easyexcel-->
135
+ <dependency >
136
+ <artifactId >commons-io</artifactId >
137
+ <groupId >commons-io</groupId >
138
+ <version >${common.io.version} </version >
139
+ </dependency >
133
140
<dependency >
134
141
<groupId >org.apache.shardingsphere</groupId >
135
142
<artifactId >shardingsphere-jdbc-core</artifactId >
You can’t perform that action at this time.
0 commit comments