projects
/
demoscenemusic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f60ec03
)
Add commons-fileupload and commons-io dependencies.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sat, 28 Jul 2012 10:17:57 +0000
(12:17 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sat, 28 Jul 2012 10:17:57 +0000
(12:17 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
413ca05
..
d8c6fdf
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-41,6
+41,16
@@
<artifactId>httpclient</artifactId>
<version>4.2.1</version>
</dependency>
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <version>1.2.2</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.3.2</version>
+ </dependency>
</dependencies>
<build>
<finalName>demoscene-music</finalName>