[seam-commits] Seam SVN: r11409 - branches/enterprise/JBPAPP_5_0/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Aug 20 10:41:07 EDT 2009


Author: manaRH
Date: 2009-08-20 10:41:07 -0400 (Thu, 20 Aug 2009)
New Revision: 11409

Modified:
   branches/enterprise/JBPAPP_5_0/build/core.pom.xml
   branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
JBPAPP-2489

Modified: branches/enterprise/JBPAPP_5_0/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/core.pom.xml	2009-08-20 13:31:49 UTC (rev 11408)
+++ branches/enterprise/JBPAPP_5_0/build/core.pom.xml	2009-08-20 14:41:07 UTC (rev 11409)
@@ -284,12 +284,6 @@
       <artifactId>jbpm-jpdl</artifactId>
       <optional>true</optional>
     </dependency>
-
-    <dependency>
-        <groupId>org.beanshell</groupId>
-        <artifactId>bsh</artifactId>
-        <optional>true</optional>
-    </dependency>
     
     <dependency>
       <groupId>org.jboss.el</groupId>
@@ -322,7 +316,7 @@
     </dependency>
     
     <dependency>
-       <groupId>oswego-concurrent</groupId>
+       <groupId>concurrent</groupId>
        <artifactId>concurrent</artifactId>
        <optional>true</optional>
     </dependency>

Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml	2009-08-20 13:31:49 UTC (rev 11408)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml	2009-08-20 14:41:07 UTC (rev 11409)
@@ -283,7 +283,7 @@
       <dependency>
         <groupId>org.jboss.cache</groupId>
         <artifactId>jbosscache-core</artifactId>
-        <version>3.1.0.GA</version>
+        <version>3.2.0.GA</version>
         <exclusions>
           <exclusion>
              <groupId>org.jboss</groupId>
@@ -786,7 +786,7 @@
       <dependency>
         <groupId>quartz</groupId>
         <artifactId>quartz</artifactId>
-        <version>1.5.2</version>
+        <version>1.5.2-brew</version>
       </dependency>
 
       <dependency>
@@ -1032,14 +1032,7 @@
         </exclusions>
       </dependency>
 
-
       <dependency>
-        <groupId>org.beanshell</groupId>
-        <artifactId>bsh</artifactId>
-        <version>2.0b4</version>
-      </dependency>
-
-      <dependency>
         <groupId>org.tuckey</groupId>
         <artifactId>urlrewritefilter</artifactId>
         <version>3.0.4</version>
@@ -1116,7 +1109,7 @@
       </dependency>
       
       <dependency>
-         <groupId>oswego-concurrent</groupId>
+         <groupId>concurrent</groupId>
          <artifactId>concurrent</artifactId>
          <version>1.3.4</version>
       </dependency>



More information about the seam-commits mailing list