Skip to content

Commit

Permalink
Exclude javax servlet-api from deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Nov 13, 2023
1 parent c0c2d82 commit b99ca9d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spring-cloud-netflix-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
Expand Down Expand Up @@ -86,6 +90,10 @@
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
Expand Down

0 comments on commit b99ca9d

Please sign in to comment.