Skip to content

Commit

Permalink
[#1802] pax-web-jetty/tomcat/undertow-bundle in jakarta.servlet
Browse files Browse the repository at this point in the history
  • Loading branch information
grgrzybek committed Nov 14, 2023
1 parent efb11db commit 829f544
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pax-web-undertow-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.cmpn</artifactId>
<artifactId>org.osgi.service.servlet</artifactId>
<scope>provided</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3208,17 +3208,17 @@

<!-- Jetty 12 support -->
<module>pax-web-jetty</module>
<!-- <module>pax-web-jetty-bundle</module>-->
<module>pax-web-jetty-bundle</module>

<!-- Tomcat 10 support -->
<module>pax-web-tomcat</module>
<module>pax-web-tomcat-websocket</module>
<!-- <module>pax-web-tomcat-bundle</module>-->
<module>pax-web-tomcat-bundle</module>

<!-- Undertow 2.3 support -->
<module>pax-web-undertow</module>
<module>pax-web-undertow-websocket</module>
<!-- <module>pax-web-undertow-bundle</module>-->
<module>pax-web-undertow-bundle</module>

<!-- <module>pax-web-features</module>-->

Expand Down

0 comments on commit 829f544

Please sign in to comment.