You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2011/01/24 21:43:07 UTC

svn commit: r1062963 - /turbine/fulcrum/trunk/security/memory/pom.xml

Author: tv
Date: Mon Jan 24 20:43:06 2011
New Revision: 1062963

URL: http://svn.apache.org/viewvc?rev=1062963&view=rev
Log:
Try to make Gump happy

Modified:
    turbine/fulcrum/trunk/security/memory/pom.xml

Modified: turbine/fulcrum/trunk/security/memory/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/memory/pom.xml?rev=1062963&r1=1062962&r2=1062963&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/memory/pom.xml (original)
+++ turbine/fulcrum/trunk/security/memory/pom.xml Mon Jan 24 20:43:06 2011
@@ -68,6 +68,16 @@
 
     <dependencies>
         <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.5</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-api</artifactId>
+            <version>4.3.1</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.fulcrum</groupId>
             <artifactId>fulcrum-security-api</artifactId>
             <version>1.1.0-SNAPSHOT</version>