Skip to content

Commit

Permalink
add undeclared but used dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Aug 21, 2020
1 parent 7541ac7 commit 42b0152
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 42b0152

Please sign in to comment.