fix integration test cases

This commit is contained in:
amit.pandey 2020-05-03 15:37:23 +05:30
parent cb9ed74dab
commit 63fb2df0ba
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,7 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.4</version>
<version>${commons-fileupload.version}</version>
</dependency>
@ -243,6 +243,7 @@
<commons-lang3.version>3.5</commons-lang3.version>
<commons-fileupload.version>1.3.2</commons-fileupload.version>
<commons-io.version>2.5</commons-io.version>
<commons-fileupload.version>1.4</commons-fileupload.version>
<jsonpath.version>2.2.0</jsonpath.version>
<!-- testing -->