Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@
import com.genexus.fileupload.FileItemIterator;
import com.genexus.fileupload.IFileItemIterator;
import java.util.Collection;
import jakarta.servlet.ServletException;
import jakarta.servlet.http.Part;

import java.io.IOException;

public class ServletFileUpload implements IServletFileUpload{

public ServletFileUpload() {
Expand Down
4 changes: 2 additions & 2 deletions wrapperjavax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.1</version>
</dependency>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.5</version>
<version>1.6.0</version>
</dependency>

<dependency>
Expand Down
Loading