kwin commented on code in PR #51:
URL: https://github.com/apache/sling-parent/pull/51#discussion_r2394170731


##########
sling-parent/pom.xml:
##########
@@ -128,7 +129,17 @@
             <dependency>
                 <groupId>javax.servlet</groupId>
                 <artifactId>javax.servlet-api</artifactId>
-                <version>3.1.0</version>
+                <version>4.0.1</version>
+            </dependency>
+            <dependency>
+                <groupId>jakarta.servlet</groupId>
+                <artifactId>jakarta.servlet-api</artifactId>
+                <version>6.1.0</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>org.apache.felix.http.wrappers</artifactId>

Review Comment:
   Thanks for the info. A comment that this is for wrappers converting to/from 
javax/jakarta servlet classes would definitely help along with the info that 
the version needs to be kept in sync.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to