<?xml version="1.0" encoding="UTF-8"?>
<project
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>cloud.altemista.fwk.framework</groupId>
		<artifactId>cloud-altemistafwk-parent</artifactId>
		<version>3.0.0.RELEASE</version>
		<relativePath/>
	</parent>
	<groupId>cloud.altemista.fwk.workflow</groupId>
	<artifactId>cloud-altemistafwk-core-workflow</artifactId>
	<name>cloud-altemistafwk workflow</name>

	<dependencies>

		<!-- == Begin ACF framework == -->
		<dependency>
			<groupId>cloud.altemista.fwk.framework</groupId>
			<artifactId>cloud-altemistafwk-common</artifactId>
		</dependency>
		<!-- == End ACF framework == -->
		
		<!-- == Begin Spring Framework == -->
		<dependency>
			<!-- For pagination interfaces -->
			<groupId>org.springframework.data</groupId>
			<artifactId>spring-data-commons</artifactId>
		</dependency>
		<dependency>
			<!-- For current user -->
			<groupId>org.springframework.security</groupId>
			<artifactId>spring-security-core</artifactId>
		</dependency>
		<!-- == End Spring Framework == -->
		
	</dependencies>
	
</project>
