<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>fr.in2p3.lavoisier</groupId> <artifactId>adaptors</artifactId> <version>2.1.3-SNAPSHOT</version> </parent> <groupId>fr.in2p3.lavoisier.adaptors</groupId> <artifactId>lavoisier-renderer-pdf</artifactId> <version>2.1.3-SNAPSHOT</version> <name>Adaptors : PDF renderer</name> <dependencies> <dependency> <groupId>fr.in2p3.lavoisier</groupId> <artifactId>html-template-engine</artifactId> <version>2.1.3-SNAPSHOT</version> </dependency> <dependency> <groupId>com.itextpdf</groupId> <artifactId>itextpdf</artifactId> <version>5.5.10</version> </dependency> <dependency> <groupId>com.itextpdf.tool</groupId> <artifactId>xmlworker</artifactId> <version>5.5.10</version> </dependency> </dependencies> </project>