File plexus-registry-commons-pom.patch of Package plexus-registry
--- plexus-registry-providers/plexus-registry-commons/pom.xml.sav0 2007-11-12 10:35:41.000000000 +0100
+++ plexus-registry-providers/plexus-registry-commons/pom.xml 2007-11-28 16:20:46.000000000 +0100
@@ -75,5 +75,15 @@
<artifactId>commons-beanutils</artifactId>
<version>1.7.0</version>
</dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.3</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2</version>
+ </dependency>
</dependencies>
</project>