Converting a File to a MultipartFile (#15180)
* Converting a File to a MultipartFile * Converting a File to a MultipartFile
This commit is contained in:
@@ -41,6 +41,11 @@
|
||||
<artifactId>jaxb-runtime</artifactId>
|
||||
<version>${jaxb-runtime.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-fileupload</groupId>
|
||||
<artifactId>commons-fileupload</artifactId>
|
||||
<version>${commons-fileupload.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
@@ -57,6 +62,7 @@
|
||||
<javax.version>4.0.1</javax.version>
|
||||
<spring.mvc.version>5.2.2.RELEASE</spring.mvc.version>
|
||||
<jaxb-runtime.version>2.3.5</jaxb-runtime.version>
|
||||
<commons-fileupload.version>1.5</commons-fileupload.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user