<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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<artifactId>acris-security-api</artifactId>
	<packaging>jar</packaging>
	<name>AcrIS Security API</name>

	<parent>
		<groupId>sk.seges.acris</groupId>
		<artifactId>acris-security-parent</artifactId>
		<version>1.2.2</version>
		<relativePath>../acris-security-parent</relativePath>
	</parent>

	<dependencies>
			<!-- Sesam dependencies -->
		<dependency>
			<groupId>sk.seges.sesam</groupId>
			<artifactId>sesam-core</artifactId>
		</dependency>
	</dependencies>
</project>
