diff options
Diffstat (limited to 'archiva-cli/pom.xml')
-rw-r--r-- | archiva-cli/pom.xml | 4 |
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> |