| | |
| | | <sfjson.version>2.4</sfjson.version> |
| | | <orgApache.commons>3.9</orgApache.commons> |
| | | <commons-io>2.6</commons-io> |
| | | <orgApache.poi>3.9</orgApache.poi> |
| | | <orgApache.poi>3.16</orgApache.poi> |
| | | <net.sourceforge>2.6.12</net.sourceforge> |
| | | <pinyin4j>2.5.1</pinyin4j> |
| | | <commons.lang.version>2.5</commons.lang.version> |
| | |
| | | <jasypt.version>2.1.2</jasypt.version> |
| | | <!--对象与XML处理--> |
| | | <jaxb.version>2.3.1</jaxb.version> |
| | | <fileupload.version>1.4</fileupload.version> |
| | | <xlsx-streamer.version>2.2.0</xlsx-streamer.version> |
| | | </properties> |
| | | |
| | | <!-- 声明依赖不引入 --> |
| | | <dependencyManagement> |
| | | <dependencies> |
| | | |
| | | <!--File转MultipartFile--> |
| | | <dependency> |
| | | <groupId>commons-fileupload</groupId> |
| | | <artifactId>commons-fileupload</artifactId> |
| | | <version>${fileupload.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api --> |
| | | <dependency> |
| | |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml</artifactId> |
| | | <version>3.9</version> |
| | | <version>${orgApache.poi}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.monitorjbl</groupId> |
| | | <artifactId>xlsx-streamer</artifactId> |
| | | <version>${xlsx-streamer.version}</version> |
| | | </dependency> |
| | | |
| | | |
| | | <dependency> |
| | |
| | | <artifactId>ezmorph</artifactId> |
| | | <version>${ezmorph.version}</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | </dependencyManagement> |
| | | |