| | |
| | | <sfjson.version>2.4</sfjson.version> |
| | | <orgApache.commons>3.9</orgApache.commons> |
| | | <commons-io>2.6</commons-io> |
| | | <orgApache.poi>3.9</orgApache.poi> |
| | | <net.sourceforge>2.6.12</net.sourceforge> |
| | | <pinyin4j>2.5.1</pinyin4j> |
| | | <commons.lang.version>2.5</commons.lang.version> |
| | |
| | | <groupId>javax.xml.bind</groupId> |
| | | <artifactId>jaxb-api</artifactId> |
| | | <version>${jaxb.version}</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api --> |
| | | <dependency> |
| | | <groupId>javax.xml.bind</groupId> |
| | | <artifactId>jaxb-api</artifactId> |
| | | <version>${jaxb.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.github.ulisesbocchio</groupId> |
| | | <artifactId>jasypt-spring-boot-starter</artifactId> |
| | | <version>${jasypt.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/com.qcloud/cos_api --> |
| | |
| | | <groupId>org.bouncycastle</groupId> |
| | | <artifactId>bcprov-jdk15on</artifactId> |
| | | <version>${jdk15on.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- excel2003使用的jar --> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi</artifactId> |
| | | <version>${orgApache.poi}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |