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

Norman Richards norman.richards at jboss.com
Tue Dec 4 14:06:43 EST 2007


  User: nrichards
  Date: 07/12/04 14:06:43

  Modified:    build    root.pom.xml
  Log:
  JBSEAM-2149
  
  Revision  Changes    Path
  1.44      +14 -5     jboss-seam/build/root.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: root.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/root.pom.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -b -r1.43 -r1.44
  --- root.pom.xml	30 Nov 2007 12:25:13 -0000	1.43
  +++ root.pom.xml	4 Dec 2007 19:06:43 -0000	1.44
  @@ -738,12 +738,21 @@
         <dependency>
           <groupId>com.lowagie</groupId>
           <artifactId>itext</artifactId>
  -        <version>2.0.4</version>
  +        <version>2.0.7</version>
           <exclusions>
             <exclusion>
               <groupId>junit</groupId>
                     <artifactId>junit</artifactId>
             </exclusion>
  +            
  +            <exclusion>
  +                <groupId>bouncycastle</groupId>
  +                <artifactId>bcmail-jdk14</artifactId>
  +            </exclusion>
  +            <exclusion>
  +                <groupId>bouncycastle</groupId>
  +                <artifactId>bcprov-jdk14</artifactId>                
  +            </exclusion>            
           </exclusions>
         </dependency>
   
  
  
  



More information about the jboss-cvs-commits mailing list