Changeset 1167 for trunk/docx4j/pom.xml
- Timestamp:
- 07/15/10 02:29:34 (23 months ago)
- File:
-
- 1 edited
-
trunk/docx4j/pom.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/pom.xml
r1145 r1167 232 232 --> 233 233 234 <!-- We need SVN build, not v1.3.1,235 in order to run headless.236 Replace with public copy once there237 is something newer than v1.3.1 -->238 234 <dependency> 239 235 <groupId>org.apache.xmlgraphics</groupId> 240 236 <artifactId>xmlgraphics-commons</artifactId> 241 237 <version>1.3.757686</version> 238 <!-- Not in maven yet as of 2010 07 15 239 <version>1.4</version> 240 --> 242 241 </dependency> 243 242 … … 253 252 <version>3.4.0</version> 254 253 </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 256 261 <dependency> 257 262 <groupId>com.lowagie</groupId> … … 269 274 </exclusions> 270 275 </dependency> 276 --> 271 277 <dependency> 272 278 <groupId>xalan</groupId>
Note: See TracChangeset
for help on using the changeset viewer.
