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

Peter Muir peter at bleepbleep.org.uk
Fri Oct 5 16:48:38 EDT 2007


  User: pmuir   
  Date: 07/10/05 16:48:37

  Modified:    build    ui.pom.xml
  Log:
  JSP API is optional dependency
  
  Revision  Changes    Path
  1.16      +1 -0      jboss-seam/build/ui.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ui.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/ui.pom.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- ui.pom.xml	5 Oct 2007 18:10:26 -0000	1.15
  +++ ui.pom.xml	5 Oct 2007 20:48:37 -0000	1.16
  @@ -77,6 +77,7 @@
       <dependency>
         <groupId>javax.servlet.jsp</groupId>
         <artifactId>jsp-api</artifactId>
  +      <optional>true</optional>
       </dependency>
   
       <dependency>
  
  
  



More information about the jboss-cvs-commits mailing list