Author: smilek
Date: Wed Aug  2 14:50:45 2006
New Revision: 428164

URL: http://svn.apache.org/viewvc?rev=428164&view=rev
Log:
added spring-portlet and spring-beans dependencies and version properties - 
needed by applications/gems

Modified:
    portals/jetspeed-2/trunk/pom.xml

Modified: portals/jetspeed-2/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/pom.xml?rev=428164&r1=428163&r2=428164&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/pom.xml (original)
+++ portals/jetspeed-2/trunk/pom.xml Wed Aug  2 14:50:45 2006
@@ -191,6 +191,8 @@
         <regexp.version>1.2</regexp.version>
         <rome.version>0.4</rome.version>
         <saxpath.version>1.0-FCS</saxpath.version>
+        <spring-portlet.version>2.0-m4</spring-portlet.version>
+        <spring-beans.version>2.0-m4</spring-beans.version>
         <taglibs-random.version>1.0.2</taglibs-random.version>
         <taglibs-request.version>1.0.1</taglibs-request.version>
         <taglibs-standard.version>1.0.6</taglibs-standard.version>
@@ -531,6 +533,16 @@
                 <groupId>aopalliance</groupId>
                 <artifactId>aopalliance</artifactId>
                 <version>${aopalliance.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-portlet</artifactId>
+                <version>${spring-portlet.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-beans</artifactId>
+                <version>${spring-beans.version}</version>
             </dependency>
 
             <!-- Jakarta -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to