aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-cli/pom.xml
diff options
context:
space:
mode:
authorHenri Yandell <bayard@apache.org>2006-12-01 23:44:12 +0000
committerHenri Yandell <bayard@apache.org>2006-12-01 23:44:12 +0000
commit8f58ff76643174be2c7db8c87a0c55e576bc5a23 (patch)
treef2438a3a80efd309ac799c7adab17a73b620d6a3 /archiva-cli/pom.xml
parent9edce822a781760f898939e5b6d13e6b14d9a286 (diff)
downloadarchiva-8f58ff76643174be2c7db8c87a0c55e576bc5a23.tar.gz
archiva-8f58ff76643174be2c7db8c87a0c55e576bc5a23.zip
Moved from Plexus-Util StringUtils to Lang StringUtils. replace, split and join should just have had performance improvements (probably won't be noticed). isEmpty no longer trims, but usually people don't expect that so that's a semi bugfix. I've also switched a couple of \!isEmpty's to isNotEmpty.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481446 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli/pom.xml')
-rw-r--r--archiva-cli/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml
index c54d07d44..7d7a408d2 100644
--- a/archiva-cli/pom.xml
+++ b/archiva-cli/pom.xml
@@ -20,6 +20,10 @@
<artifactId>plexus-cli</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ </dependency>
</dependencies>
<build>
<plugins>