Skip to content

Commit

Permalink
Merge pull request #54 from apache/core
Browse files Browse the repository at this point in the history
add undeclared but used dependency
  • Loading branch information
elharo committed Aug 24, 2020
2 parents effcee7 + 42b0152 commit 7405d83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -260,6 +260,11 @@ under the License.
<artifactId>httpclient</artifactId>
<version>4.5.12</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.13</version>
</dependency>

<dependency>
<groupId>com.thoughtworks.qdox</groupId>
Expand Down

0 comments on commit 7405d83

Please sign in to comment.