diff options
author | Maria Odea B. Ching <oching@apache.org> | 2008-04-16 06:28:19 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2008-04-16 06:28:19 +0000 |
commit | a43d8e101d0eca0b324ea6b46a195ceeada22503 (patch) | |
tree | 32bb0a466ff54b9adc4a59bfc054e8f5b263eb60 /archiva-cli/pom.xml | |
parent | 2304425e21c01e92f2f9fd3b6f0da227f0d8f323 (diff) | |
download | archiva-a43d8e101d0eca0b324ea6b46a195ceeada22503.tar.gz archiva-a43d8e101d0eca0b324ea6b46a195ceeada22503.zip |
-exclude commons-io which is causing a conflict
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@648549 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli/pom.xml')
-rw-r--r-- | archiva-cli/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml index 5e251b683..8ac5d7f0e 100644 --- a/archiva-cli/pom.xml +++ b/archiva-cli/pom.xml @@ -90,6 +90,7 @@ <exclude>xml-apis:xml-apis</exclude> <exclude>xalan:xalan</exclude> <exclude>commons-beanutils:commons-beanutils</exclude> + <exclude>commons-io:commons-io</exclude> </excludes> </artifactSet> </configuration> |