提交 5cfd49ea 编写于 作者: U Ufuk Celebi 提交者: Maximilian Michels

Add org.apache.httpcomponents:(httpcore, httpclient) to dependency management

This closes #1301.
上级 7414e314
......@@ -78,7 +78,7 @@ under the License.
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2</version>
<!-- Version is set in root POM -->
</dependency>
<dependency>
......
......@@ -339,6 +339,18 @@ under the License.
<artifactId>netty-all</artifactId>
<version>4.0.31.Final</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.2</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2</version>
</dependency>
</dependencies>
</dependencyManagement>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册