Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Update httpclient and httpcore
Browse files Browse the repository at this point in the history
  • Loading branch information
bpross-52n committed Oct 25, 2018
1 parent 536cb0b commit 04de3dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion NOTICE
Expand Up @@ -51,6 +51,8 @@ This project includes:
AOP alliance under Public Domain
Apache Commons Exec under Apache License, Version 2.0
Apache Commons Lang under The Apache Software License, Version 2.0
Apache HttpClient under Apache License, Version 2.0
Apache HttpCore under Apache License, Version 2.0
API interfaces under Lesser General Public License (LGPL)
ArcGrid datasource module under Lesser General Public License (LGPL)
authentication under GNU GENERAL PUBLIC LICENSE Version 2, June 1991
Expand Down Expand Up @@ -102,7 +104,6 @@ This project includes:
HSQLDB under HSQLDB License
htmlparser under The MIT License
HttpClient under Apache License
HttpCore under Apache License
ibatis-sqlmap under The Apache Software License, Version 2.0
Image I/O-Extensions - Custom Streams under GNU Lesser General Public License, version 3 or later (LGPL)
Image I/O-Extensions - Improved TIFF Plugin under BSD License
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Expand Up @@ -416,13 +416,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2.1</version>
<scope>compile</scope>
<version>4.5.6</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.2.1</version>
<version>4.4.10</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
Expand Down

0 comments on commit 04de3dd

Please sign in to comment.