| | |
| | | </parent> |
| | | <groupId>com.smartearth</groupId> |
| | | <artifactId>poiExcel</artifactId> |
| | | <version>0.0.1</version> |
| | | <version>0.2</version> |
| | | <name>poiExcel</name> |
| | | <packaging>jar</packaging> |
| | | <description>poiExcel</description> |
| | | |
| | | <properties> |
| | | <java.version>1.8</java.version> |
| | | </properties> |
| | | |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | <dependency> |
| | | <groupId>mysql</groupId> |
| | | <artifactId>mysql-connector-java</artifactId> |
| | | <version>8.0.21</version> |
| | | </dependency> |
| | | <!--jdbc--> |
| | | <dependency> |
| | |
| | | <groupId>org.apache.httpcomponents</groupId> |
| | | <artifactId>httpclient</artifactId> |
| | | </dependency> |
| | | <!--fast-md5--> |
| | | <dependency> |
| | | <groupId>com.joyent.util</groupId> |
| | | <artifactId>fast-md5</artifactId> |
| | | <version>2.7.1</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |