Docx4j article (#2714)

* add docx4j dependencies

* Add image.jpg (docx4j)

* add Docx4j example

* Add docx4j test

* Remove unused import

* Fix typo (baeldung instead of baledung)
This commit is contained in:
nabyla
2017-10-08 11:47:15 +01:00
committed by Grzegorz Piwowarek
parent 9e273b1474
commit 26508f3104
4 changed files with 140 additions and 0 deletions
+10
View File
@@ -601,6 +601,16 @@
<artifactId>wurmloch-crdt</artifactId>
<version>${crdt.version}</version>
</dependency>
<dependency>
<groupId>org.docx4j</groupId>
<artifactId>docx4j</artifactId>
<version>3.3.5</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.1</version>
</dependency>
</dependencies>
<repositories>
<repository>