deki commented on code in PR #792:
URL: https://github.com/apache/struts/pull/792#discussion_r1460780111


##########
core/pom.xml:
##########
@@ -214,14 +215,14 @@
 
         <!-- File upload -->
         <dependency>
-            <groupId>commons-fileupload</groupId>
-            <artifactId>commons-fileupload</artifactId>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-fileupload2-jakarta</artifactId>
+            <version>2.0.0-M1</version>

Review Comment:
   Can you please use
   ```
           <dependency>
               <groupId>org.apache.commons</groupId>
               <artifactId>commons-fileupload2-jakarta-servlet6</artifactId>
               <version>2.0.0-M2</version>
           </dependency>
   ```
   instead?



##########
pom.xml:
##########
@@ -864,9 +817,9 @@
                 <version>4.4</version>
             </dependency>
             <dependency>
-                <groupId>commons-fileupload</groupId>
-                <artifactId>commons-fileupload</artifactId>
-                <version>1.5</version>
+                <groupId>org.apache.commons</groupId>
+                <artifactId>commons-fileupload2-jakarta</artifactId>
+                <version>2.0.0-M1</version>

Review Comment:
   Can you please use
   ```
           <dependency>
               <groupId>org.apache.commons</groupId>
               <artifactId>commons-fileupload2-jakarta-servlet6</artifactId>
               <version>2.0.0-M2</version>
           </dependency>
   ```
   instead?



-- 
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