Skip to content

Commit

Permalink
exclude commons-httpclient
Browse files Browse the repository at this point in the history
  • Loading branch information
miryamfoiferCX committed Jan 2, 2025
1 parent 7f343cc commit 2d1af74
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
</exclusion>
<exclusion>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</exclusion>
<!-- <exclusion>-->
<!-- <groupId>org.jdom</groupId>-->
<!-- <artifactId>jdom</artifactId>-->
Expand Down Expand Up @@ -92,6 +96,10 @@
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
</exclusion>
<exclusion>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -179,6 +187,7 @@
<artifactId>ant</artifactId>
<version>1.10.15</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 2d1af74

Please sign in to comment.