[jboss-cvs] jboss-seam/build ...

Peter Muir peter at bleepbleep.org.uk
Mon Sep 24 07:19:22 EDT 2007


  User: pmuir   
  Date: 07/09/24 07:19:22

  Modified:    build    core.pom.xml root.pom.xml
  Log:
  cache requires jgroups
  
  Revision  Changes    Path
  1.15      +7 -0      jboss-seam/build/core.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: core.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/core.pom.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- core.pom.xml	24 Sep 2007 10:21:13 -0000	1.14
  +++ core.pom.xml	24 Sep 2007 11:19:22 -0000	1.15
  @@ -328,6 +328,13 @@
         <optional>true</optional>
       </dependency>
   
  +    <!-- This is actually a dep of jboss-cache, but it doesn't declare it -->
  +    <dependency>
  +      <groupId>jgroups</groupId>
  +      <artifactId>jgroups</artifactId>
  +      <optional>true</optional>
  +    </dependency>
  +
       <dependency>
         <groupId>org.buni.meldware</groupId>
         <artifactId>meldware-mailjmx</artifactId>
  
  
  
  1.9       +6 -0      jboss-seam/build/root.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: root.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/root.pom.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- root.pom.xml	24 Sep 2007 10:21:13 -0000	1.8
  +++ root.pom.xml	24 Sep 2007 11:19:22 -0000	1.9
  @@ -169,6 +169,12 @@
         </dependency>
   
         <dependency>
  +        <groupId>jgroups</groupId>
  +        <artifactId>jgroups</artifactId>
  +        <version>2.4.1</version>
  +      </dependency>
  +
  +      <dependency>
           <groupId>org.hibernate</groupId>
           <artifactId>hibernate</artifactId>
           <version>3.2.4.sp1</version>
  
  
  



More information about the jboss-cvs-commits mailing list