Advertisement
Guest User

pom.xml

a guest
Dec 4th, 2015
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.56 KB | None | 0 0
  1. <dependency>
  2.     <groupId>fr.opensagres.xdocreport</groupId>
  3.     <artifactId>xdocreport-gae</artifactId>
  4.     <version>1.0.3</version>
  5. </dependency>
  6. <dependency>
  7.     <groupId>com.google.code.gson</groupId>
  8.     <artifactId>gson</artifactId>
  9.     <version>2.2.4</version>
  10.     <scope>compile</scope>
  11. </dependency>
  12. <dependency>
  13.     <groupId>fr.opensagres.xdocreport.itext-gae</groupId>
  14.     <artifactId>itext-gae</artifactId>
  15.     <version>4.2.0-1</version>
  16. </dependency>
  17. <dependency>
  18.     <groupId>org.apache.xmlbeans</groupId>
  19.     <artifactId>xmlbeans</artifactId>
  20.     <version>2.3.0</version>
  21. </dependency>
  22. <dependency>
  23.     <groupId>org.apache.poi</groupId>
  24.     <artifactId>poi-ooxml</artifactId>
  25.     <version>3.12</version>
  26. </dependency>
  27. <dependency>
  28.     <groupId>com.day.commons.osgi.wrapper</groupId>
  29.     <artifactId>com.day.commons.osgi.wrapper.commons-lang2</artifactId>
  30.     <version>2.5-0001</version>
  31. </dependency>
  32. <dependency>
  33.     <groupId>dom4j</groupId>
  34.     <artifactId>dom4j</artifactId>
  35.     <version>1.6.1</version>a
  36. </dependency>
  37. <dependency>
  38.     <groupId>org.docx4j</groupId>
  39.     <artifactId>docx4j</artifactId>
  40.     <version>3.2.1</version>
  41. </dependency>
  42. <dependency>
  43.     <groupId>org.apache.poi</groupId>
  44.     <artifactId>poi</artifactId>
  45.     <version>3.9</version>
  46. </dependency>
  47. <dependency>
  48.     <groupId>org.apache.poi</groupId>
  49.     <artifactId>poi</artifactId>
  50.     <version>3.9</version>
  51. </dependency>
  52. <dependency>
  53.     <groupId>org.apache.poi</groupId>
  54.     <artifactId>ooxml-schemas</artifactId>
  55.     <version>1.1</version>
  56. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement