Skip to content

Commit

Permalink
exclude dependency leading to extensive pauses trying to resolve old …
Browse files Browse the repository at this point in the history
…repositories
  • Loading branch information
evanchooly committed Dec 20, 2024
1 parent a79ed82 commit 4bd4cfe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,12 @@
<groupId>org.brickred</groupId>
<artifactId>socialauth-filter</artifactId>
<version>2.4</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- OAuth library -->

Expand Down

0 comments on commit 4bd4cfe

Please sign in to comment.