<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>
	<groupId>cloud.altemista.fwk.webapp.modules</groupId>
	<artifactId>cloud-altemistafwk-webapp-thymeleaf-conf</artifactId>
	<name>cloud-altemistafwk presentation layer: Thymeleaf support CONF</name>

	<dependencies>

		<!-- == Begin ACF framework == -->
		<dependency>
			<groupId>cloud.altemista.fwk.framework</groupId>
			<artifactId>cloud-altemistafwk-webapp-conf</artifactId>
		</dependency>
		<!-- == End ACF framework == -->
		
		<dependency>
			<groupId>org.thymeleaf</groupId>
			<artifactId>thymeleaf-spring5</artifactId>
		</dependency>

		<!-- == Begin JavaEE APIs == -->
		<dependency>
			<groupId>javax</groupId>
			<artifactId>javaee-api</artifactId>
			<scope>provided</scope>
		</dependency>
		<!-- == End JavaEE APIs == -->
		
	</dependencies>

</project>
