<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		 xmlns="http://maven.apache.org/POM/4.0.0"
		 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>jaap-parent</artifactId>
		<groupId>tk.labyrinth</groupId>
		<version>0.2.2</version>
	</parent>
	<!---->
	<artifactId>jaap-testing</artifactId>
	<!---->
	<name>${project.groupId}:${project.artifactId}</name>
	<description>JAAP Testing</description>
	<!---->
	<dependencies>
		<!-- COMPILE BEGIN -->
		<dependency>
			<!-- Scope promoted from test to compile -->
			<groupId>org.junit.jupiter</groupId>
			<artifactId>junit-jupiter-engine</artifactId>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>tk.labyrinth</groupId>
			<artifactId>jaap-core</artifactId>
		</dependency>
		<!-- COMPILE END -->
		<!---->
		<!-- PROVIDED BEGIN -->
		<!-- PROVIDED END -->
		<!---->
		<!-- RUNTIME BEGIN -->
		<!-- RUNTIME END -->
		<!---->
		<!-- TEST BEGIN -->
		<!-- TEST END -->
	</dependencies>
	<!---->
</project>
