Skip to content

Commit

Permalink
feat: Upgrade To Tomcat 10 - Meeds-io/MIPs#76
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker committed Aug 29, 2023
1 parent 9788657 commit 14a99f4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<!-- These old versions of eXo portal are in conflict with new ones under org.exoplatform.gatein.portal -->
<exclude>org.exoplatform.portal:*:*</exclude>
<!-- Servlet API are provided by the app server. It shouldn't come from a project -->
<exclude>javax.servlet:*</exclude>
<exclude>jakarta.servlet:*</exclude>
<!-- Avoid javax.websocket-api.jar should be provided by container -->
<exclude>*:javax.websocket-api</exclude>
<exclude>com.google.gwt:gwt-user:*</exclude>
<exclude>javax.servlet.jsp:*</exclude>
<exclude>jakarta.servlet.jsp:*</exclude>
<!-- Testing stuffs should never come here -->
<exclude>junit:*</exclude>
<exclude>org.testng:*</exclude>
Expand Down
4 changes: 2 additions & 2 deletions packaging/plf-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<artifactId>commons-testing</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>io.swagger.core.v3</groupId>
Expand Down
4 changes: 2 additions & 2 deletions packaging/plf-tomcat-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<artifactId>plf-tomcat-pc-creator-listener</artifactId>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions services/plf-community-edition-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions services/plf-tomcat-pc-creator-listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>io.swagger.core.v3</groupId>
Expand Down
4 changes: 2 additions & 2 deletions webapps/plf-tomcat-integration-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<groupId>org.apache.tomcat</groupId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down

0 comments on commit 14a99f4

Please sign in to comment.