<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2009-2010 The MICE Project Team. Licensed under the MICE s.r.l. 
	End User License Agreement you may not use this file except in compliance 
	with the License. You may obtain a copy of the License at http://www.micegroup.it/voila/license.html -->
<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>
	<artifactId>voila2runtime-web</artifactId>
	<parent>
		<groupId>it.micegroup</groupId>
		<artifactId>voila2runtime</artifactId>
		<relativePath>../../pom.xml</relativePath>
		<version>1.5</version>
	</parent>
	<name>voila2runtime - web module</name>
	<url>http://www.mice.it</url>

	<!-- DEPENDENCIES -->
	<dependencies>
		<dependency>
			<groupId>it.micegroup</groupId>
			<artifactId>voila2runtime-impl</artifactId>
			<version>${project.parent.version}</version>
		</dependency>
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-web</artifactId>
			<exclusions>
				<exclusion>
					<groupId>org.springframework.boot</groupId>
					<artifactId>spring-boot-starter-logging</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>org.projectlombok</groupId>
			<artifactId>lombok</artifactId>
		</dependency>
		<!-- Fonts for Jasper Reports Generation -->
		<dependency>
			<groupId>fonts</groupId>
			<artifactId>noto-fonts</artifactId>
			<version>1.0</version>
		</dependency>
		<dependency>
			<groupId>org.projectlombok</groupId>
			<artifactId>lombok</artifactId>
		</dependency>
		<dependency>
			<groupId>com.turkraft</groupId>
			<artifactId>spring-filter</artifactId>
			<version>2.0.9</version>
		</dependency>
	</dependencies>
</project>