diff options
Diffstat (limited to 'archiva-core/pom.xml')
-rw-r--r-- | archiva-core/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archiva-core/pom.xml b/archiva-core/pom.xml index ef36c6fd0..59c3ee0f4 100644 --- a/archiva-core/pom.xml +++ b/archiva-core/pom.xml @@ -56,6 +56,10 @@ <artifactId>plexus-taskqueue</artifactId> <version>1.0-alpha-4-SNAPSHOT</version> </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> </dependencies> <build> <plugins> |