<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>
	
	<parent>
		<groupId>br.com.objectos.way</groupId>
		<artifactId>pojo-parent</artifactId>
		<version>0.2.1</version>
	</parent>
	
	<artifactId>pojo-compiler</artifactId>
	<name>objectos :: way :: pojo :: compiler</name>
	
	<dependencies>
		<dependency>
			<groupId>br.com.objectos.way</groupId>
			<artifactId>code-apt</artifactId>
		</dependency>
		<dependency>
			<groupId>br.com.objectos.way</groupId>
			<artifactId>code-core</artifactId>
		</dependency>
		<dependency>
			<groupId>br.com.objectos.way</groupId>
			<artifactId>code-testing</artifactId>
		</dependency>
		<dependency>
			<groupId>br.com.objectos</groupId>
			<artifactId>metainf</artifactId>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>br.com.objectos</groupId>
			<artifactId>metainf-compiler</artifactId>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>br.com.objectos.way</groupId>
			<artifactId>pojo</artifactId>
		</dependency>
		<dependency>
			<groupId>br.com.objectos.way</groupId>
			<artifactId>pojo-plugin</artifactId>
		</dependency>		
	</dependencies>
	
</project>
