<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">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>it.micegroup</groupId>
		<artifactId>voila2runtime-bi</artifactId>
		<relativePath>../../pom.xml</relativePath>
		<version>1.5</version>
	</parent>

	<artifactId>voila2runtime-bi-impl</artifactId>
	<name>voila2runtime-bi - impl module</name>
	<url>http://www.mice.it</url>
	<dependencies>
		<dependency>
			<groupId>it.micegroup</groupId>
			<artifactId>voila2runtime-bi-core</artifactId>
			<version>${project.parent.version}</version>
		</dependency>
		<dependency>
			<groupId>com.lowagie</groupId>
			<artifactId>itext</artifactId>
			<version>2.1.7</version>
		</dependency>
	</dependencies>
</project>