You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ca...@apache.org on 2006/07/03 20:30:01 UTC

svn commit: r418823 - /maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml

Author: carlos
Date: Mon Jul  3 11:30:01 2006
New Revision: 418823

URL: http://svn.apache.org/viewvc?rev=418823&view=rev
Log:
Reapply rev. 365925

Modified:
    maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml?rev=418823&r1=418822&r2=418823&view=diff
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/pom.xml Mon Jul  3 11:30:01 2006
@@ -150,5 +150,10 @@
       <artifactId>wagon-ssh</artifactId>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>org.acegisecurity</groupId>
+      <artifactId>acegi-security</artifactId>
+      <scope>runtime</scope>
+    </dependency>
   </dependencies>
 </project>