You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by vk...@apache.org on 2009/03/04 14:20:50 UTC

svn commit: r750000 - /portals/applications/rss/rss-war/pom.xml

Author: vkumar
Date: Wed Mar  4 13:20:50 2009
New Revision: 750000

URL: http://svn.apache.org/viewvc?rev=750000&view=rev
Log:
Removing the jetspeed dependencies from RSS portal applications

Modified:
    portals/applications/rss/rss-war/pom.xml

Modified: portals/applications/rss/rss-war/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/rss/rss-war/pom.xml?rev=750000&r1=749999&r2=750000&view=diff
==============================================================================
--- portals/applications/rss/rss-war/pom.xml (original)
+++ portals/applications/rss/rss-war/pom.xml Wed Mar  4 13:20:50 2009
@@ -80,13 +80,6 @@
             <artifactId>log4j</artifactId>
             <scope>runtime</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.portals.jetspeed-2</groupId>
-            <artifactId>jetspeed-webapp-logging</artifactId>
-            <version>2.2-SNAPSHOT</version>
-            <scope>runtime</scope>
-        </dependency>
-
     </dependencies>
 
     <!-- Build Configuration -->