martin-g commented on code in PR #565:
URL: https://github.com/apache/wicket/pull/565#discussion_r1150042754


##########
wicket-core/src/main/java/module-info.java:
##########
@@ -23,7 +23,8 @@
     requires org.apache.wicket.request;
     requires org.apache.commons.io;
     requires org.apache.commons.collections4;
-    requires commons.fileupload2;
+    //commented out due to local-copy WICKET-6915 requires commons.fileupload2;

Review Comment:
   Actually, I misread it! I didn't notice the old code is at the end of the 
comment ...



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