diff options
author | Henri Yandell <bayard@apache.org> | 2006-12-02 00:37:00 +0000 |
---|---|---|
committer | Henri Yandell <bayard@apache.org> | 2006-12-02 00:37:00 +0000 |
commit | 5484a753336fc790ce70a7a6d1fb4b532798fc36 (patch) | |
tree | 98cc867e6ecb908afaaddb9c1da1bacb154f29b0 /pom.xml | |
parent | 08b6a8f7b6cf609b0cb3615b12fa754dcba90675 (diff) | |
download | archiva-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.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |