Solution for maven 2.x and Apache commons io 2.0.1
1. In dependencies tag section you need add this few line:
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.0.1</version>
</dependency>
2.0.1 if new version will be released, then you need change this to new version ;)
DOMINIK SYMONOWICZ's blogs - FOREVER HUNGRY of knowledge, sarcasm, smiling, music, dancing, and food ...lots of food. This IT blog is a collection of notes with a simple solution with an explanation, added documentation, sarcastic comment and weird example. I also write about a lesson learnt from my mistakes. A non-it blog can be found here: Dominik Symonowicz's non-IT blog and website
Showing posts with label apache commons. Show all posts
Showing posts with label apache commons. Show all posts
18 April 2011
how to add dependency for apache commons fileupload to pom.xml?
Solution for maven 2.x and Apache commons fileupload 1.2.1
1. In dependencies tag section you need add this few line:
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.2.1</version>
</dependency>
1.2.1 if new version will be released, then you need change this to new version ;)
1. In dependencies tag section you need add this few line:
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.2.1</version>
</dependency>
1.2.1 if new version will be released, then you need change this to new version ;)
Subscribe to:
Posts (Atom)