<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>
	<groupId>iirekm</groupId>
	<artifactId>flex-framework-link</artifactId>
	<version>${flex.version}</version>
	<packaging>pom</packaging>
	<description>Just adds link reports to Flex</description>

	<parent>
		<groupId>iirekm</groupId>
		<artifactId>root</artifactId>
		<version>0.0.1</version>
	</parent>

	<dependencies>
		<dependency>
			<groupId>com.adobe.flex.framework</groupId>
			<artifactId>flex-framework</artifactId>
			<version>${flex.version}</version>
			<type>pom</type>
		</dependency>
		<dependency>
			<groupId>com.adobe.flex.framework</groupId>
			<artifactId>framework</artifactId>
			<type>xml</type>
			<classifier>link-report</classifier>
			<version>${flex.version}</version>
		</dependency>
	</dependencies>

</project>