Changeset 1167 for trunk/docx4j/pom.xml


Ignore:
Timestamp:
07/15/10 02:29:34 (23 months ago)
Author:
jharrop
Message:

Remove iText dependency, which was used in PDF conversion via HTML or iText. These are now in docx4j-extras. If you are planning to use these, you'll also want to uncomment the BaseFont? stuff in PhysicalFonts?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/pom.xml

    r1145 r1167  
    232232                --> 
    233233                 
    234                 <!--  We need SVN build, not v1.3.1, 
    235                           in order to run headless. 
    236                           Replace with public copy once there 
    237                           is something newer than v1.3.1 --> 
    238234                <dependency> 
    239235                        <groupId>org.apache.xmlgraphics</groupId> 
    240236                        <artifactId>xmlgraphics-commons</artifactId> 
    241237                        <version>1.3.757686</version> 
     238                        <!-- Not in maven yet as of 2010 07 15 
     239                                <version>1.4</version> 
     240                                --> 
    242241                </dependency> 
    243242 
     
    253252                        <version>3.4.0</version> 
    254253                </dependency> 
    255                  
     254                 
     255<!--    Uncomment for the PDF conversion via HTML or iText, which 
     256                may be found in docx4j-extras. 
     257                 
     258                If you are planning to use that, you'll also want to uncomment 
     259                the BaseFont stuff in PhysicalFonts.     
     260                 
    256261                <dependency> 
    257262                        <groupId>com.lowagie</groupId> 
     
    269274                        </exclusions> 
    270275                </dependency> 
     276        -->      
    271277                <dependency> 
    272278                        <groupId>xalan</groupId> 
Note: See TracChangeset for help on using the changeset viewer.