|  |  | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>com.fasterxml.jackson.dataformat</groupId> | 
 |  |  |             <artifactId>jackson-dataformat-yaml</artifactId> | 
 |  |  |             <exclusions> | 
 |  |  |                 <exclusion> | 
 |  |  |                     <groupId>*</groupId> | 
 |  |  |                     <artifactId>*</artifactId> | 
 |  |  |                 </exclusion> | 
 |  |  |             </exclusions> | 
 |  |  |         </dependency> | 
 |  |  |  | 
 |  |  |         <!-- api在线文档  https://springdoc.org/#modules--> | 
 |  |  | 
 |  |  |             <artifactId>mina-core</artifactId> | 
 |  |  |             <version>2.2.2</version> | 
 |  |  |         </dependency> | 
 |  |  |  | 
 |  |  |         <!-- apache httpClient --> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>org.apache.httpcomponents</groupId> | 
 |  |  |             <artifactId>httpclient</artifactId> | 
 |  |  |             <version>4.5.14</version> | 
 |  |  |         </dependency> | 
 |  |  |         <!-- quartz --> | 
 |  |  |         <dependency> | 
 |  |  |             <groupId>org.quartz-scheduler</groupId> |