You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2006/07/24 16:30:37 UTC

svn commit: r425065 - /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-impl/pom.xml

Author: cziegeler
Date: Mon Jul 24 07:30:36 2006
New Revision: 425065

URL: http://svn.apache.org/viewvc?rev=425065&view=rev
Log:
Create new portal auth block to host the portal related stuff from the cauth block

Modified:
    cocoon/trunk/blocks/cocoon-auth/cocoon-auth-impl/pom.xml

Modified: cocoon/trunk/blocks/cocoon-auth/cocoon-auth-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-auth/cocoon-auth-impl/pom.xml?rev=425065&r1=425064&r2=425065&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-auth/cocoon-auth-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-auth/cocoon-auth-impl/pom.xml Mon Jul 24 07:30:36 2006
@@ -41,11 +41,5 @@
       <version>2.3</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-portal-impl</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-      <scope>provided</scope>
-    </dependency>
   </dependencies>
 </project>