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

Peter Muir peter at bleepbleep.org.uk
Tue Sep 25 12:54:46 EDT 2007


  User: pmuir   
  Date: 07/09/25 12:54:46

  Modified:    build    core.pom.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.17      +6 -6      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.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- core.pom.xml	25 Sep 2007 16:13:17 -0000	1.16
  +++ core.pom.xml	25 Sep 2007 16:54:46 -0000	1.17
  @@ -59,6 +59,12 @@
       </dependency>
   
       <dependency>
  +      <groupId>org.hibernate</groupId>
  +      <artifactId>hibernate-search</artifactId>
  +      <optional>true</optional>
  +    </dependency>
  +
  +    <dependency>
         <groupId>javassist</groupId>
         <artifactId>javassist</artifactId>
       </dependency>
  @@ -407,12 +413,6 @@
       </dependency>
   
       <dependency>
  -      <groupId>org.hibernate</groupId>
  -      <artifactId>hibernate-search</artifactId>
  -      <optional>true</optional>
  -    </dependency>
  -
  -    <dependency>
         <groupId>org.jboss.seam</groupId>
         <artifactId>jboss-el</artifactId>
       </dependency>
  
  
  



More information about the jboss-cvs-commits mailing list