fr.opensagres.xdocreport.template-1.0.6.pom 796 B

123456789101112131415161718192021222324
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <groupId>fr.opensagres.xdocreport</groupId>
  5. <artifactId>template</artifactId>
  6. <version>1.0.6</version>
  7. </parent>
  8. <artifactId>fr.opensagres.xdocreport.template</artifactId>
  9. <dependencies>
  10. <dependency>
  11. <groupId>fr.opensagres.xdocreport</groupId>
  12. <artifactId>fr.opensagres.xdocreport.core</artifactId>
  13. <version>1.0.6</version>
  14. </dependency>
  15. <dependency>
  16. <groupId>xerces</groupId>
  17. <artifactId>xercesImpl</artifactId>
  18. <version>2.9.1</version>
  19. <optional>true</optional>
  20. </dependency>
  21. </dependencies>
  22. </project>