<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>
		<artifactId>cloud-altemistafwk-parent</artifactId>
		<groupId>cloud.altemista.fwk.framework</groupId>
		<version>3.0.0.RELEASE</version>
		<relativePath/>
	</parent>
	
	<artifactId>cloud-altemistafwk-web-conf</artifactId>
	<name>cloud-altemistafwk web CONF</name>
	<description>
		Core module of the web part of the framework, namely integration layers (web services, REST services, etc.)
	</description>

	<dependencies>

		<!-- == Begin Altemista cloud framework == -->		
		<dependency>
			<groupId>cloud.altemista.fwk.framework</groupId>
			<artifactId>cloud-altemistafwk-core</artifactId>
		</dependency>
		<dependency>
			<groupId>cloud.altemista.fwk.framework</groupId>
			<artifactId>cloud-altemistafwk-common</artifactId>
		</dependency>
		<dependency>
			<groupId>cloud.altemista.fwk.framework</groupId>
			<artifactId>cloud-altemistafwk-web</artifactId>
		</dependency>		
		<!-- == End Altemista cloud framework == -->

		<!-- == Begin Java standard extensions == -->
		<dependency>
			<groupId>javax</groupId>
			<artifactId>javaee-api</artifactId>
			<scope>provided</scope>
		</dependency>
		<!-- == End Java standard extensions == -->
		
	</dependencies>

</project>
