Author: woonsan
Date: Thu Apr 22 17:08:32 2010
New Revision: 936968

URL: http://svn.apache.org/viewvc?rev=936968&view=rev
Log:
PB-104: Filling script dependencies subprojects.

Modified:
    portals/bridges/bridges-script/trunk/dependencies/beanshell/pom.xml
    portals/bridges/bridges-script/trunk/dependencies/groovy/pom.xml
    portals/bridges/bridges-script/trunk/dependencies/jruby/pom.xml
    portals/bridges/bridges-script/trunk/dependencies/jython/pom.xml
    portals/bridges/bridges-script/trunk/dependencies/rhino/pom.xml
    portals/bridges/bridges-script/trunk/pom.xml
    portals/bridges/bridges-script/trunk/portlet/pom.xml

Modified: portals/bridges/bridges-script/trunk/dependencies/beanshell/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/dependencies/beanshell/pom.xml?rev=936968&r1=936967&r2=936968&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/dependencies/beanshell/pom.xml 
(original)
+++ portals/bridges/bridges-script/trunk/dependencies/beanshell/pom.xml Thu Apr 
22 17:08:32 2010
@@ -38,6 +38,22 @@
   <!-- Dependency Configuration -->
 
   <dependencies>
+    
+    <dependency>
+      <groupId>javax.script</groupId>
+      <artifactId>script-api</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>com.sun.script</groupId>
+      <artifactId>bsh-engine</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.beanshell</groupId>
+      <artifactId>bsh</artifactId>
+    </dependency>
+    
   </dependencies>
 
 </project>

Modified: portals/bridges/bridges-script/trunk/dependencies/groovy/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/dependencies/groovy/pom.xml?rev=936968&r1=936967&r2=936968&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/dependencies/groovy/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/dependencies/groovy/pom.xml Thu Apr 22 
17:08:32 2010
@@ -38,6 +38,22 @@
   <!-- Dependency Configuration -->
 
   <dependencies>
+    
+    <dependency>
+      <groupId>javax.script</groupId>
+      <artifactId>script-api</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>com.sun.script</groupId>
+      <artifactId>groovy-engine</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy-all</artifactId>
+    </dependency>
+    
   </dependencies>
 
 </project>

Modified: portals/bridges/bridges-script/trunk/dependencies/jruby/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/dependencies/jruby/pom.xml?rev=936968&r1=936967&r2=936968&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/dependencies/jruby/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/dependencies/jruby/pom.xml Thu Apr 22 
17:08:32 2010
@@ -38,6 +38,22 @@
   <!-- Dependency Configuration -->
 
   <dependencies>
+    
+    <dependency>
+      <groupId>javax.script</groupId>
+      <artifactId>script-api</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>com.sun.script</groupId>
+      <artifactId>jruby-engine</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jruby</groupId>
+      <artifactId>jruby</artifactId>
+    </dependency>
+    
   </dependencies>
 
 </project>

Modified: portals/bridges/bridges-script/trunk/dependencies/jython/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/dependencies/jython/pom.xml?rev=936968&r1=936967&r2=936968&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/dependencies/jython/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/dependencies/jython/pom.xml Thu Apr 22 
17:08:32 2010
@@ -38,6 +38,22 @@
   <!-- Dependency Configuration -->
 
   <dependencies>
+    
+    <dependency>
+      <groupId>javax.script</groupId>
+      <artifactId>script-api</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>com.sun.script</groupId>
+      <artifactId>jython-engine</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.python</groupId>
+      <artifactId>jython</artifactId>
+    </dependency>
+    
   </dependencies>
 
 </project>

Modified: portals/bridges/bridges-script/trunk/dependencies/rhino/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/dependencies/rhino/pom.xml?rev=936968&r1=936967&r2=936968&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/dependencies/rhino/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/dependencies/rhino/pom.xml Thu Apr 22 
17:08:32 2010
@@ -38,6 +38,22 @@
   <!-- Dependency Configuration -->
 
   <dependencies>
+    
+    <dependency>
+      <groupId>javax.script</groupId>
+      <artifactId>script-api</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>com.sun.script</groupId>
+      <artifactId>js-engine</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>rhino</groupId>
+      <artifactId>js</artifactId>
+    </dependency>
+    
   </dependencies>
 
 </project>

Modified: portals/bridges/bridges-script/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/pom.xml?rev=936968&r1=936967&r2=936968&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/pom.xml Thu Apr 22 17:08:32 2010
@@ -35,9 +35,8 @@
   <description>Apache Portals Bridges Script Bridge</description>
 
   <properties>
-    <javax.servlet.version>2.4</javax.servlet.version>
+    
<geronimo-servlet_2.4_spec.version>1.1.1</geronimo-servlet_2.4_spec.version>
     <portals.portlet2-api-spec.version>1.0</portals.portlet2-api-spec.version>
-    
<org.apache.portals.bridges.common.version>2.0</org.apache.portals.bridges.common.version>
     <javax.script.version>1.0</javax.script.version>
     
<javax.script.groovy-engine.version>20080611</javax.script.groovy-engine.version>
     <javax.script.js-engine.version>20080611</javax.script.js-engine.version>
@@ -51,7 +50,6 @@
     <bsh.version>2.0b5</bsh.version>
     <slf4j.version>1.5.6</slf4j.version>
     <junit.version>3.8.1</junit.version>
-    <easymock.version>2.5.2</easymock.version>
     <spring.version>2.5.6</spring.version>
     <commons-lang.version>2.4</commons-lang.version>
   </properties>
@@ -69,21 +67,15 @@
     <dependencies>
       
       <dependency>
-        <groupId>org.apache.portals</groupId>
-        <artifactId>portlet-api_2.0_spec</artifactId>
-        <version>${portals.portlet2-api-spec.version}</version>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-servlet_2.4_spec</artifactId>
+        <version>${geronimo-servlet_2.4_spec.version}</version>
       </dependency>
       
       <dependency>
-        <groupId>javax.servlet</groupId>
-        <artifactId>servlet-api</artifactId>
-        <version>${javax.servlet.version}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.apache.portals.bridges</groupId>
-        <artifactId>portals-bridges-common</artifactId>
-        <version>${org.apache.portals.bridges.common.version}</version>
+        <groupId>org.apache.portals</groupId>
+        <artifactId>portlet-api_2.0_spec</artifactId>
+        <version>${portals.portlet2-api-spec.version}</version>
       </dependency>
       
       <dependency>
@@ -188,13 +180,6 @@
       </dependency>
       
       <dependency>
-        <groupId>org.easymock</groupId>
-        <artifactId>easymock</artifactId>
-        <version>${easymock.version}</version>
-        <scope>test</scope>
-      </dependency>
-      
-      <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-core</artifactId>
         <version>${spring.version}</version>

Modified: portals/bridges/bridges-script/trunk/portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/portlet/pom.xml?rev=936968&r1=936967&r2=936968&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/portlet/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/portlet/pom.xml Thu Apr 22 17:08:32 
2010
@@ -35,20 +35,14 @@
   <dependencies>
     
     <dependency>
-      <groupId>org.apache.portals</groupId>
-      <artifactId>portlet-api_2.0_spec</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-servlet_2.4_spec</artifactId>
       <scope>provided</scope>
     </dependency>
     
     <dependency>
-      <groupId>org.apache.portals.bridges</groupId>
-      <artifactId>portals-bridges-common</artifactId>
+      <groupId>org.apache.portals</groupId>
+      <artifactId>portlet-api_2.0_spec</artifactId>
       <scope>provided</scope>
     </dependency>
     
@@ -147,12 +141,6 @@
     </dependency>
     
     <dependency>
-      <groupId>org.easymock</groupId>
-      <artifactId>easymock</artifactId>
-      <scope>test</scope>
-    </dependency>
-    
-    <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
       <scope>test</scope>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to