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

Peter Muir peter at bleepbleep.org.uk
Mon Oct 1 16:58:17 EDT 2007


  User: pmuir   
  Date: 07/10/01 16:58:17

  Modified:    build    core.pom.xml
  Log:
  Core depends on dom4j
  
  Revision  Changes    Path
  1.22      +5 -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.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- core.pom.xml	29 Sep 2007 16:55:26 -0000	1.21
  +++ core.pom.xml	1 Oct 2007 20:58:17 -0000	1.22
  @@ -53,6 +53,11 @@
       </dependency>
   
       <dependency>
  +      <groupId>dom4j</groupId>
  +      <artifactId>dom4j</artifactId>
  +    </dependency>
  +
  +    <dependency>
         <groupId>javax.portlet</groupId>
         <artifactId>portlet-api</artifactId>
         <optional>true</optional>
  
  
  



More information about the jboss-cvs-commits mailing list