|  |  |  | 
|---|
|  |  |  | <artifactId>httpclient</artifactId> | 
|---|
|  |  |  | <version>4.5.14</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- apache poi --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.apache.poi</groupId> | 
|---|
|  |  |  | <artifactId>poi</artifactId> | 
|---|
|  |  |  | <version>3.14</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- quartz --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.quartz-scheduler</groupId> | 
|---|
|  |  |  | 
|---|
|  |  |  | <groupId>cn.hutool</groupId> | 
|---|
|  |  |  | <artifactId>hutool-all</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.apache.logging.log4j</groupId> | 
|---|
|  |  |  | <artifactId>log4j-slf4j-impl</artifactId> | 
|---|
|  |  |  | <version>2.17.2</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | </dependencies> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <build> | 
|---|