<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>husky-xua-ch-impl</artifactId>
	<name>Husky XUA CH</name>

	<parent>
		<groupId>org.projecthusky.communication</groupId>
	<artifactId>husky-xua</artifactId>
		<version>3.1.0</version>
	</parent>

	<dependencies>
		<dependency>
			<groupId>org.projecthusky.communication</groupId>
			<artifactId>husky-xua-gen-impl</artifactId>
		<version>3.1.0</version>
		</dependency>
		<dependency>
			<groupId>org.projecthusky.common</groupId>
			<artifactId>husky-common-ch</artifactId>
		<version>3.1.0</version>
		</dependency>
		<dependency>
			<groupId>org.projecthusky.communication</groupId>
			<artifactId>husky-communication-ch</artifactId>
		<version>3.1.0</version>
		</dependency>
<!--
		<dependency>
			<groupId>xerces</groupId>
			<artifactId>xercesImpl</artifactId>
			<scope>provided</scope>
		</dependency>
-->
		<dependency>
			<groupId>org.opensaml</groupId>
			<artifactId>opensaml-storage-impl</artifactId>
		</dependency>


		<!-- test stuff -->
		<dependency>
			<groupId>org.junit.jupiter</groupId>
			<artifactId>junit-jupiter-engine</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.junit.jupiter</groupId>
			<artifactId>junit-jupiter-api</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-jdk14</artifactId>
			<scope>test</scope>
		</dependency>
		
	</dependencies>
</project>
