We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445d256 commit 8e930f1Copy full SHA for 8e930f1
pom.xml
@@ -173,8 +173,6 @@
173
174
<!-- Apache Commons versions -->
175
<apache.commons-codec.version>1.10</apache.commons-codec.version>
176
- <apache.commons-fileupload.version>1.6.0</apache.commons-fileupload.version>
177
-
178
<ant.contrib.version>1.0b3</ant.contrib.version>
179
180
<java.surefire.options />
@@ -428,11 +426,6 @@
428
426
<artifactId>commons-codec</artifactId>
429
427
<version>${apache.commons-codec.version}</version>
430
</dependency>
431
- <dependency>
432
- <groupId>commons-fileupload</groupId>
433
- <artifactId>commons-fileupload</artifactId>
434
- <version>${apache.commons-fileupload.version}</version>
435
- </dependency>
436
437
<!-- Java EE -->
438
<dependency>
0 commit comments