summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHenri Yandell <bayard@apache.org>2006-12-02 00:37:00 +0000
committerHenri Yandell <bayard@apache.org>2006-12-02 00:37:00 +0000
commit5484a753336fc790ce70a7a6d1fb4b532798fc36 (patch)
tree98cc867e6ecb908afaaddb9c1da1bacb154f29b0 /pom.xml
parent08b6a8f7b6cf609b0cb3615b12fa754dcba90675 (diff)
downloadarchiva-5484a753336fc790ce70a7a6d1fb4b532798fc36.tar.gz
archiva-5484a753336fc790ce70a7a6d1fb4b532798fc36.zip
Moving from Plexus Utils IOUtil to Commons IO IOUtils. close(..) becomes closeQuietly(..). copy(..) stays the same. In 1.3 (we're on 1.2 currently) copy(..) will throw an exception if more than MAXINT bytes are copied, but this is just a test case so I think we're safe.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481460 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6025dcb26..a8b3b7d07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -346,6 +346,11 @@
<artifactId>commons-lang</artifactId>
<version>2.2</version>
</dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.2</version>
+ </dependency>
</dependencies>
</dependencyManagement>
<reporting>