|  |  |  | 
|---|
|  |  |  | <artifactId>aviator</artifactId> | 
|---|
|  |  |  | <version>4.2.0</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- 获取天气信息相关依赖 --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.apache.httpcomponents</groupId> | 
|---|
|  |  |  | <artifactId>httpclient</artifactId> | 
|---|
|  |  |  | <version>4.2.1</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.apache.httpcomponents</groupId> | 
|---|
|  |  |  | <artifactId>httpcore</artifactId> | 
|---|
|  |  |  | <version>4.2.1</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>commons-lang</groupId> | 
|---|
|  |  |  | <artifactId>commons-lang</artifactId> | 
|---|
|  |  |  | <version>2.6</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.eclipse.jetty</groupId> | 
|---|
|  |  |  | <artifactId>jetty-util</artifactId> | 
|---|
|  |  |  | <version>9.3.7.v20160115</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | </dependencies> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <build> | 
|---|