[seam-commits] Seam SVN: r8608 - branches/Seam_2_0_FP/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Aug 6 10:34:29 EDT 2008


Author: manaRH
Date: 2008-08-06 10:34:29 -0400 (Wed, 06 Aug 2008)
New Revision: 8608

Modified:
   branches/Seam_2_0_FP/build/ioc.pom.xml
   branches/Seam_2_0_FP/build/root.pom.xml
Log:
JBPAPP-1020

Modified: branches/Seam_2_0_FP/build/ioc.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/ioc.pom.xml	2008-08-06 14:09:24 UTC (rev 8607)
+++ branches/Seam_2_0_FP/build/ioc.pom.xml	2008-08-06 14:34:29 UTC (rev 8608)
@@ -23,7 +23,7 @@
     
     <dependency>
       <groupId>cglib</groupId>
-      <artifactId>cglib-nodep</artifactId>
+      <artifactId>cglib</artifactId>
       <optional>true</optional>
     </dependency>
 

Modified: branches/Seam_2_0_FP/build/root.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/root.pom.xml	2008-08-06 14:09:24 UTC (rev 8607)
+++ branches/Seam_2_0_FP/build/root.pom.xml	2008-08-06 14:34:29 UTC (rev 8608)
@@ -200,7 +200,7 @@
       <dependency>
         <groupId>javax.faces</groupId>
         <artifactId>jsf-api</artifactId>
-        <version>1.2_08</version>
+        <version>1.2_08-brew</version>
       </dependency>
       
       <dependency>
@@ -212,7 +212,7 @@
       <dependency>
         <groupId>javax.faces</groupId>
         <artifactId>jsf-impl</artifactId>
-        <version>1.2_08</version>
+        <version>1.2_08-brew</version>
         <exclusions>
           <exclusion>
             <groupId>commons-collections</groupId>
@@ -238,7 +238,7 @@
       <dependency>
         <groupId>jboss</groupId>
         <artifactId>jboss-cache</artifactId>
-        <version>1.4.1.SP9</version>
+        <version>1.4.1.SP9-brew</version>
       </dependency>
 
       <dependency>
@@ -326,7 +326,7 @@
       <dependency>
         <groupId>commons-beanutils</groupId>
         <artifactId>commons-beanutils</artifactId>
-        <version>1.7.0</version>
+        <version>1.7.0clean-brew</version>
         <exclusions>
           <exclusion>
             <groupId>commons-logging</groupId>
@@ -342,7 +342,7 @@
       <dependency>
         <groupId>commons-collections</groupId>
         <artifactId>commons-collections</artifactId>
-        <version>3.1</version>
+        <version>3.1-brew</version>
       </dependency>
 
       <dependency>
@@ -415,7 +415,7 @@
       <dependency>
         <groupId>javassist</groupId>
         <artifactId>javassist</artifactId>
-        <version>3.5.0.GA</version>
+        <version>3.8.0.GA-brew</version>
       </dependency>
 
       <dependency>
@@ -638,7 +638,7 @@
       <dependency>
         <groupId>quartz</groupId>
         <artifactId>quartz</artifactId>
-        <version>1.5.2</version>
+        <version>1.5.2-brew</version>
       </dependency>
 
       <dependency>
@@ -658,12 +658,12 @@
         </exclusions>
       </dependency>
       
-      <dependency>
+	 <dependency>
         <groupId>cglib</groupId>
-        <artifactId>cglib-nodep</artifactId>
-        <version>2.1_3</version>
+        <artifactId>cglib</artifactId>
+        <version>2.1.3dep-brew</version>
       </dependency>
-
+       
       <dependency>
         <groupId>org.jboss.microcontainer</groupId>
         <artifactId>jboss-kernel</artifactId>
@@ -830,7 +830,7 @@
       <dependency>
          <groupId>hsqldb</groupId>
          <artifactId>hsqldb</artifactId>
-         <version>1.8.0.8-brew</version>
+         <version>1.8.0.8patch01-brew</version>
       </dependency>
       
       <dependency>




More information about the seam-commits mailing list