Skip to content

Commit

Permalink
update scope of servlet deps
Browse files Browse the repository at this point in the history
  • Loading branch information
HiuKwok committed Feb 23, 2024
1 parent 47d39e4 commit fa9647f
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -561,18 +561,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>${jakartaservlet.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>${javaxservlet.version}</version>
<scope>provided</scope>
</dependency>

<!-- End of shaded deps -->

Expand Down Expand Up @@ -2853,6 +2841,16 @@
<artifactId>datasketches-java</artifactId>
<version>${datasketches.version}</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>${jakartaservlet.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>${javaxservlet.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit fa9647f

Please sign in to comment.