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 wo...@apache.org on 2010/05/19 16:00:01 UTC

svn commit: r946190 - in /portals/applications/sandbox/content/trunk: apa-content-portlet/pom.xml pom.xml

Author: woonsan
Date: Wed May 19 14:00:00 2010
New Revision: 946190

URL: http://svn.apache.org/viewvc?rev=946190&view=rev
Log:
Removing jetspeed api dependency. Instead, use beanutils to retrieve portal request path info from any request attribute bean.

Modified:
    portals/applications/sandbox/content/trunk/apa-content-portlet/pom.xml
    portals/applications/sandbox/content/trunk/pom.xml

Modified: portals/applications/sandbox/content/trunk/apa-content-portlet/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/sandbox/content/trunk/apa-content-portlet/pom.xml?rev=946190&r1=946189&r2=946190&view=diff
==============================================================================
--- portals/applications/sandbox/content/trunk/apa-content-portlet/pom.xml (original)
+++ portals/applications/sandbox/content/trunk/apa-content-portlet/pom.xml Wed May 19 14:00:00 2010
@@ -38,12 +38,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.portals.jetspeed-2</groupId>
-      <artifactId>jetspeed-api</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    
-    <dependency>
       <groupId>org.apache.portals</groupId>
       <artifactId>portlet-api_2.0_spec</artifactId>
       <scope>provided</scope>

Modified: portals/applications/sandbox/content/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/sandbox/content/trunk/pom.xml?rev=946190&r1=946189&r2=946190&view=diff
==============================================================================
--- portals/applications/sandbox/content/trunk/pom.xml (original)
+++ portals/applications/sandbox/content/trunk/pom.xml Wed May 19 14:00:00 2010
@@ -51,7 +51,6 @@ limitations under the License.
     <commons-beanutils.version>1.8.0</commons-beanutils.version>
     <slf4j.version>1.5.6</slf4j.version>
     <log4j.version>1.2.14</log4j.version>
-    <jetspeed.version>2.2.1</jetspeed.version>
     <hippo-ecm.version>2.12.06</hippo-ecm.version>
     <hst.version>2.04.07-SNAPSHOT</hst.version>
   </properties>
@@ -68,13 +67,6 @@ limitations under the License.
       </dependency>
   
       <dependency>
-        <groupId>org.apache.portals.jetspeed-2</groupId>
-        <artifactId>jetspeed-api</artifactId>
-        <version>${jetspeed.version}</version>
-        <scope>provided</scope>
-      </dependency>
-      
-      <dependency>
         <groupId>org.apache.portals</groupId>
         <artifactId>portlet-api_2.0_spec</artifactId>
         <version>${portals.portlet2-api-spec.version}</version>