<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-core</artifactId>
	<name>voila2runtime-bi - core module</name>
	<url>http://www.mice.it</url>
	<dependencies>
		<!-- JasperReports Library -->
		<dependency>
		    <groupId>net.sf.jasperreports</groupId>
		    <artifactId>jasperreports</artifactId>
		    <version>6.11.0</version>
			<exclusions>
				<exclusion>
					<groupId>com.lowagie</groupId>
					<artifactId>itext</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
	</dependencies>
</project>