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

Peter Muir peter at bleepbleep.org.uk
Tue Sep 25 12:56:52 EDT 2007


  User: pmuir   
  Date: 07/09/25 12:56:52

  Modified:    build    core.pom.xml
  Log:
  Add hibernate-entitymanager as an optional runtime dependency
  
  Revision  Changes    Path
  1.18      +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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- core.pom.xml	25 Sep 2007 16:54:46 -0000	1.17
  +++ core.pom.xml	25 Sep 2007 16:56:52 -0000	1.18
  @@ -65,6 +65,13 @@
       </dependency>
   
       <dependency>
  +      <groupId>org.hibernate</groupId>
  +      <artifactId>hibernate-entitymanager</artifactId>
  +      <scope>runtime</scope>
  +      <optional>true</optional>
  +    </dependency>
  +
  +    <dependency>
         <groupId>javassist</groupId>
         <artifactId>javassist</artifactId>
       </dependency>
  
  
  



More information about the jboss-cvs-commits mailing list