Skip to content

Commit

Permalink
remove httpclient5 dependency managment
Browse files Browse the repository at this point in the history
  • Loading branch information
persapiens committed Jul 22, 2023
1 parent 4e39329 commit aeacf71
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<jakarta.validation-api.version>3.0.2</jakarta.validation-api.version>
<joinfaces.version>5.1.0</joinfaces.version>
<maven-model.version>3.9.3</maven-model.version>
<httpclient5.version>5.2.1</httpclient5.version>

<!-- test library versions -->
<selenium.version>4.10.0</selenium.version>
Expand Down Expand Up @@ -154,12 +153,6 @@
<artifactId>findbugs-annotations</artifactId>
<version>${findbugs-annotations.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>${httpclient5.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit aeacf71

Please sign in to comment.