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

Peter Muir peter at bleepbleep.org.uk
Tue Nov 27 07:04:41 EST 2007


  User: pmuir   
  Date: 07/11/27 07:04:41

  Modified:    build    core.pom.xml
  Log:
  Need jboss kernel for bootstrap wrappers
  
  Revision  Changes    Path
  1.30      +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.29
  retrieving revision 1.30
  diff -u -b -r1.29 -r1.30
  --- core.pom.xml	13 Nov 2007 20:57:37 -0000	1.29
  +++ core.pom.xml	27 Nov 2007 12:04:41 -0000	1.30
  @@ -265,6 +265,13 @@
         <optional>true</optional>
       </dependency>
   
  +    <!-- Temporary to provide workaround for  -->
  +    <dependency>
  +      <groupId>jboss</groupId>
  +      <artifactId>jboss-kernel</artifactId>
  +      <optional>true</optional>
  +    </dependency>
  +
       <dependency>
         <groupId>quartz</groupId>
         <artifactId>quartz</artifactId>
  
  
  



More information about the jboss-cvs-commits mailing list