<?xml version="1.0" encoding="UTF-8"?>
<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>br.com.objectos</groupId>
	<artifactId>parent</artifactId>
	<version>39</version>
	<packaging>pom</packaging>

	<name>objectos :: parent</name>
	<description>parent pom.xml for objectos projects</description>
	<url>https://github.com/objectos/parent</url>

	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>

	<scm>
		<url>https://github.com/objectos/parent</url>
		<connection>scm:git:git://objectos/parent.git</connection>
		<developerConnection>scm:git:git@github.com:objectos/parent.git</developerConnection>
		<tag>parent-39</tag>
	</scm>

	<issueManagement>
		<system>GitHub Issues</system>
		<url>http://github.com/objectos/parent/issues</url>
	</issueManagement>

	<developers>
		<developer>
			<id>moe</id>
			<name>Marcio Endo</name>
			<email>marcio.endo@objectos.com.br</email>
		</developer>
	</developers>

	<organization>
		<name>Objectos Software LTDA</name>
		<url>http://www.objectos.com.br</url>
	</organization>

	<properties>
		<br.com.objectos.sitebricks.version>0.8.5.3</br.com.objectos.sitebricks.version>
		<br.com.objectos.way.version>2.9.0-SNAPSHOT</br.com.objectos.way.version>
		<br.com.objectos.way-dbunit.version>2.2.0</br.com.objectos.way-dbunit.version>
		<br.com.objectos.way-secshell.version>0.3.1</br.com.objectos.way-secshell.version>
		<br.com.objectos.way-ui-server.version>0.0.1</br.com.objectos.way-ui-server.version>

		<caucho.resin.version>3.2.1</caucho.resin.version>
		<com.squareup.javapoet.version>1.2.0</com.squareup.javapoet.version>

		<eclipse.lifecycle-mapping.version>1.0.0</eclipse.lifecycle-mapping.version>
		<eclipse.tycho.version>0.21.0</eclipse.tycho.version>

		<google.compile-testing.version>0.6</google.compile-testing.version>
		<google.guava.version>18.0</google.guava.version>
		<google.guice.version>3.0</google.guice.version>
		<google.jsr305.version>1.3.9</google.jsr305.version>
		<google.truth.version>0.24</google.truth.version>

		<googlecode.flyway.version>2.3.1</googlecode.flyway.version>
		<googlecode.jatl.version>0.1.1</googlecode.jatl.version>

		<hibernate.core.version>3.6.6.Final</hibernate.core.version>
		<hibernate.jpa2.version>1.0.1.Final</hibernate.jpa2.version>
		<hibernate.validator.version>4.2.0.Final</hibernate.validator.version>

		<java.version>1.8</java.version>
		<javax.inject.version>1</javax.inject.version>
		<javax.validation-api.version>1.0.0.GA</javax.validation-api.version>

		<jdbc.driver>com.mysql.jdbc.Driver</jdbc.driver>
		<jdbc.server>localhost</jdbc.server>
		<jdbc.port>9000</jdbc.port>
		<jdbc.baseUrl>jdbc:mysql://${jdbc.server}:${jdbc.port}</jdbc.baseUrl>
		<jdbc.url>${jdbc.baseUrl}/${jdbc.db}</jdbc.url>

		<jetty.version>7.5.4.v20111024</jetty.version>
		<joda-time.version>2.0</joda-time.version>
		<joda-time-hibernate.version>1.3</joda-time-hibernate.version>

		<logback.version>1.1.3</logback.version>

		<maven.antrun.version>1.7</maven.antrun.version>
		<maven.assembly.version>2.4</maven.assembly.version>
		<maven.compiler.version>3.3</maven.compiler.version>
		<maven.deploy.version>2.8.2</maven.deploy.version>
		<maven.enforcer.version>1.3.1</maven.enforcer.version>
		<maven.gpg.version>1.4</maven.gpg.version>
		<maven.javadoc.version>2.10.1</maven.javadoc.version>
		<maven.jar.version>2.5</maven.jar.version>
		<maven.plugin.version>3.3</maven.plugin.version>
		<maven.plugin-annotations.version>3.4</maven.plugin-annotations.version>
		<maven.plugin-api.version>2.0</maven.plugin-api.version>
		<maven.proguard.version>2.0.8</maven.proguard.version>
		<maven.release.version>2.5.1</maven.release.version>
		<maven.resources.version>2.5</maven.resources.version>
		<maven.source.version>2.4</maven.source.version>
		<maven.sql.version>1.5</maven.sql.version>
		<maven.surefire.version>2.18</maven.surefire.version>
		<maven.war.version>2.4</maven.war.version>

		<mustache.java.version>0.8.12</mustache.java.version>
		<mysql.connector.version>5.1.21</mysql.connector.version>
		<net.sf.ehcache.version>2.2.0</net.sf.ehcache.version>
		<nl.jqno.equalsverifier.version>1.3.1</nl.jqno.equalsverifier.version>

		<objectos.auto.version>0.5.0</objectos.auto.version>
		<objectos.code.version>0.5.0</objectos.code.version>
		<objectos.core.version>0.4.0</objectos.core.version>
		<objectos.io.version>0.3.0</objectos.io.version>
		<objectos.lazy.version>0.2.0</objectos.lazy.version>
		<objectos.sql.version>0.10.2</objectos.sql.version>
		<objectos.testing.version>0.1.1</objectos.testing.version>
		<objectos.ui.version>0.2.3</objectos.ui.version>

		<org.bsc.maven-processor.version>2.2.4</org.bsc.maven-processor.version>
		<org.hamcrest.version>1.3</org.hamcrest.version>
		<org.imgscalr.version>4.2</org.imgscalr.version>
		<org.jcommander.version>1.32</org.jcommander.version>
		<org.jsoup.version>1.7.3</org.jsoup.version>
		<org.lesscss.version>1.3.3</org.lesscss.version>
		<org.markdownj.version>0.3.0-1.0.2b4</org.markdownj.version>
		<org.mindrot.jbcrypt.version>0.3m</org.mindrot.jbcrypt.version>
		<org.mvel.version>2.1.Beta6</org.mvel.version>
		<org.reficio.p2-maven-plugin.version>1.1.0</org.reficio.p2-maven-plugin.version>
		<org.reflections.version>0.9.6.5</org.reflections.version>
		<org.slf4j.version>1.7.12</org.slf4j.version>
		<org.yaml.version>1.12</org.yaml.version>

		<pdf-renderer.version>1.8</pdf-renderer.version>

		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<project.contextPath>/</project.contextPath>

		<testng.version>6.8.7</testng.version>
	</properties>

	<profiles>

		<profile>
			<id>jenkins-mysql</id>
			<activation>
				<property>
					<name>EXECUTOR_NUMBER</name>
				</property>
			</activation>
			<properties>
				<br.com.objectos.comuns.sitebricks.Jetty.port>400${EXECUTOR_NUMBER}</br.com.objectos.comuns.sitebricks.Jetty.port>
				<jdbc.port>900${EXECUTOR_NUMBER}</jdbc.port>
			</properties>
		</profile>

		<profile>
			<id>jetty</id>
			<build>
				<pluginManagement>
					<plugins>
						<plugin>
							<groupId>org.apache.maven.plugins</groupId>
							<artifactId>maven-antrun-plugin</artifactId>
							<version>${maven.antrun.version}</version>
							<executions>
								<execution>
									<id>deploy</id>
									<inherited>true</inherited>
									<phase>install</phase>
									<goals>
										<goal>run</goal>
									</goals>
									<configuration>
										<target>

											<copy file="${project.build.directory}/${project.artifactId}-${project.version}.war" tofile="${jetty.home}/webapps/${project.artifactId}.war.${project.version}" overwrite="true" />

											<copy file="${basedir}/resources/jetty-context.xml" tofile="${jetty.home}/contexts/${project.artifactId}.xml" overwrite="true">

												<filterset>
													<filter token="jetty.contextPath" value="${project.contextPath}" />
													<filter token="jetty.war" value="${project.artifactId}.war.${project.version}" />
												</filterset>

											</copy>

										</target>
									</configuration>
								</execution>
							</executions>
						</plugin>
					</plugins>
				</pluginManagement>
			</build>
		</profile>

		<profile>
			<id>release</id>
			<distributionManagement>
				<repository>
					<id>nexus-releases</id>
					<name>nexus releases</name>
					<url>${nexus.releases.url}</url>
				</repository>
				<snapshotRepository>
					<id>nexus-snapshots</id>
					<name>nexus snapshots</name>
					<url>${nexus.snapshots.url}</url>
				</snapshotRepository>
			</distributionManagement>
			<build>
				<plugins>
					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-source-plugin</artifactId>
						<version>${maven.source.version}</version>
						<executions>
							<execution>
								<goals>
									<goal>jar</goal>
								</goals>
							</execution>
						</executions>
					</plugin>
				</plugins>
			</build>
		</profile>

		<profile>
			<id>sonatype-oss-release</id>
			<distributionManagement>
				<snapshotRepository>
					<id>sonatype-nexus-snapshots</id>
					<name>Sonatype Nexus Snapshots</name>
					<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
				</snapshotRepository>
				<repository>
					<id>sonatype-nexus-staging</id>
					<name>Nexus Release Repository</name>
					<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
				</repository>
			</distributionManagement>
			<build>
				<plugins>
					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-source-plugin</artifactId>
						<version>${maven.source.version}</version>
						<executions>
							<execution>
								<id>attach-sources</id>
								<goals>
									<goal>jar-no-fork</goal>
								</goals>
							</execution>
						</executions>
					</plugin>
					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-javadoc-plugin</artifactId>
						<version>${maven.javadoc.version}</version>
						<executions>
							<execution>
								<id>attach-javadocs</id>
								<goals>
									<goal>jar</goal>
								</goals>
							</execution>
						</executions>
					</plugin>
					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-gpg-plugin</artifactId>
						<version>${maven.gpg.version}</version>
						<executions>
							<execution>
								<id>sign-artifacts</id>
								<phase>verify</phase>
								<goals>
									<goal>sign</goal>
								</goals>
							</execution>
						</executions>
					</plugin>
				</plugins>
			</build>
		</profile>

		<profile>
			<id>sonatype-snapshots</id>
			<distributionManagement>
				<snapshotRepository>
					<id>sonatype-nexus-snapshots</id>
					<name>Sonatype Nexus Snapshots</name>
					<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
				</snapshotRepository>
			</distributionManagement>
		</profile>

		<profile>
			<id>travis</id>
			<activation>
				<property>
					<name>env.TRAVIS</name>
				</property>
			</activation>
			<pluginRepositories>
				<pluginRepository>
					<id>sonatype-nexus-snapshots</id>
					<url>https://oss.sonatype.org/content/repositories/snapshots</url>
					<releases>
						<enabled>false</enabled>
					</releases>
					<snapshots>
						<enabled>true</enabled>
					</snapshots>
				</pluginRepository>
			</pluginRepositories>
			<properties>
				<br.com.objectos.comuns.sitebricks.Jetty.port>4000</br.com.objectos.comuns.sitebricks.Jetty.port>
				<jdbc.port>3306</jdbc.port>
				<jdbc.user>root</jdbc.user>
				<jdbc.password />
			</properties>
		</profile>

	</profiles>

	<build>
		<resources>
			<resource>
				<directory>${basedir}/src/main/resources</directory>
			</resource>
			<resource>
				<directory>${basedir}/src/main/java</directory>
				<includes>
					<include>**/*.mustache</include>
				</includes>
				<targetPath>${project.build.directory}/classes</targetPath>
			</resource>
		</resources>
		<pluginManagement>
			<plugins>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-assembly-plugin</artifactId>
					<version>${maven.assembly.version}</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-compiler-plugin</artifactId>
					<version>${maven.compiler.version}</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-deploy-plugin</artifactId>
					<version>${maven.deploy.version}</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-enforcer-plugin</artifactId>
					<version>${maven.enforcer.version}</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-jar-plugin</artifactId>
					<version>${maven.jar.version}</version>
					<configuration>
						<archive>
							<manifest>
								<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
								<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
							</manifest>
						</archive>
					</configuration>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-javadoc-plugin</artifactId>
					<version>${maven.javadoc.version}</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-plugin-plugin</artifactId>
					<version>${maven.plugin.version}</version>
					<executions>
						<execution>
							<id>default-descriptor</id>
							<goals>
								<goal>descriptor</goal>
							</goals>
							<phase>process-classes</phase>
						</execution>
						<execution>
							<id>help-descriptor</id>
							<goals>
								<goal>helpmojo</goal>
							</goals>
							<phase>process-classes</phase>
						</execution>
					</executions>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-release-plugin</artifactId>
					<version>${maven.release.version}</version>
					<configuration>
						<mavenExecutorId>forked-path</mavenExecutorId>
					</configuration>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-resources-plugin</artifactId>
					<version>${maven.resources.version}</version>
					<configuration>
						<encoding>UTF-8</encoding>
					</configuration>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-source-plugin</artifactId>
					<version>${maven.source.version}</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-surefire-plugin</artifactId>
					<version>${maven.surefire.version}</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-war-plugin</artifactId>
					<version>${maven.war.version}</version>
					<configuration>
						<reload>manual</reload>
						<webAppConfig>
							<contextPath>${project.contextPath}</contextPath>
						</webAppConfig>
					</configuration>
				</plugin>
				<plugin>
					<groupId>com.github.wvengen</groupId>
					<artifactId>proguard-maven-plugin</artifactId>
					<version>${maven.proguard.version}</version>
				</plugin>
				<plugin>
					<groupId>com.googlecode.flyway</groupId>
					<artifactId>flyway-maven-plugin</artifactId>
					<version>${googlecode.flyway.version}</version>
					<inherited>true</inherited>
					<configuration>
						<baseDir>disabled</baseDir>
						<basePackage>disabled</basePackage>
						<disableInitCheck>true</disableInitCheck>
						<locations>
							<location>db/migration/${project.artifactId}</location>
						</locations>
						<driver>${jdbc.driver}</driver>
						<url>${jdbc.baseUrl}/${jdbc.db}</url>
						<user>${jdbc.user}</user>
						<password>${jdbc.password}</password>
						<skip>${skipSql}</skip>
					</configuration>
					<executions>
						<execution>
							<id>schema</id>
							<phase>compile</phase>
							<goals>
								<goal>migrate</goal>
							</goals>
						</execution>
					</executions>
					<dependencies>
						<dependency>
							<groupId>mysql</groupId>
							<artifactId>mysql-connector-java</artifactId>
							<version>${mysql.connector.version}</version>
						</dependency>
					</dependencies>
				</plugin>
				<plugin>
					<groupId>org.bsc.maven</groupId>
					<artifactId>maven-processor-plugin</artifactId>
					<version>${org.bsc.maven-processor.version}</version>
				</plugin>
				<plugin>
					<groupId>org.codehaus.mojo</groupId>
					<artifactId>sql-maven-plugin</artifactId>
					<version>${maven.sql.version}</version>
					<inherited>true</inherited>
					<configuration>
						<driver>${jdbc.driver}</driver>
						<url>${jdbc.url}</url>
						<username>${jdbc.user}</username>
						<password>${jdbc.password}</password>
					</configuration>
					<executions>
						<execution>
							<id>schema</id>
							<phase>compile</phase>
							<goals>
								<goal>execute</goal>
							</goals>
							<configuration>
								<autocommit>false</autocommit>
								<skip>${skipSql}</skip>
								<sqlCommand>create database if not exists ${jdbc.db} character
									set utf8</sqlCommand>
								<url>${jdbc.baseUrl}</url>
							</configuration>
						</execution>
					</executions>
					<dependencies>
						<dependency>
							<groupId>mysql</groupId>
							<artifactId>mysql-connector-java</artifactId>
							<version>${mysql.connector.version}</version>
						</dependency>
					</dependencies>
				</plugin>
				<plugin>
					<groupId>org.eclipse.m2e</groupId>
					<artifactId>lifecycle-mapping</artifactId>
					<version>${eclipse.lifecycle-mapping.version}</version>
					<configuration>
						<lifecycleMappingMetadata>
							<pluginExecutions>
								<pluginExecution>
									<pluginExecutionFilter>
										<groupId>org.apache.maven.plugins</groupId>
										<artifactId>maven-antrun-plugin</artifactId>
										<versionRange>[${maven.antrun.version},)</versionRange>
										<goals>
											<goal>run</goal>
										</goals>
									</pluginExecutionFilter>
									<action>
										<ignore />
									</action>
								</pluginExecution>
								<pluginExecution>
									<pluginExecutionFilter>
										<groupId>org.apache.maven.plugins</groupId>
										<artifactId>maven-enforcer-plugin</artifactId>
										<versionRange>[${maven.enforcer.version},)</versionRange>
										<goals>
											<goal>enforce</goal>
										</goals>
									</pluginExecutionFilter>
									<action>
										<ignore />
									</action>
								</pluginExecution>
								<pluginExecution>
									<pluginExecutionFilter>
										<groupId>org.apache.maven.plugins</groupId>
										<artifactId>maven-jar-plugin</artifactId>
										<versionRange>[${maven.jar.version},)</versionRange>
										<goals>
											<goal>jar</goal>
										</goals>
									</pluginExecutionFilter>
									<action>
										<ignore />
									</action>
								</pluginExecution>
								<pluginExecution>
									<pluginExecutionFilter>
										<groupId> org.apache.maven.plugins</groupId>
										<artifactId> maven-plugin-plugin</artifactId>
										<versionRange>[${maven.plugin.version},)</versionRange>
										<goals>
											<goal>helpmojo</goal>
										</goals>
									</pluginExecutionFilter>
									<action>
										<ignore />
									</action>
								</pluginExecution>
								<pluginExecution>
									<pluginExecutionFilter>
										<groupId>org.codehaus.mojo</groupId>
										<artifactId>build-helper-maven-plugin</artifactId>
										<versionRange>[1.5,)</versionRange>
										<goals>
											<goal>add-source</goal>
											<goal>add-resource</goal>
										</goals>
									</pluginExecutionFilter>
									<action>
										<ignore />
									</action>
								</pluginExecution>
								<pluginExecution>
									<pluginExecutionFilter>
										<groupId>org.codehaus.mojo</groupId>
										<artifactId>sql-maven-plugin</artifactId>
										<versionRange>[${maven.sql.plugin},)</versionRange>
										<goals>
											<goal>execute</goal>
										</goals>
									</pluginExecutionFilter>
									<action>
										<ignore />
									</action>
								</pluginExecution>
								<pluginExecution>
									<pluginExecutionFilter>
										<groupId>com.googlecode.flyway</groupId>
										<artifactId>flyway-maven-plugin</artifactId>
										<versionRange>[1.7,)</versionRange>
										<goals>
											<goal>init</goal>
											<goal>migrate</goal>
										</goals>
									</pluginExecutionFilter>
									<action>
										<ignore />
									</action>
								</pluginExecution>
							</pluginExecutions>
						</lifecycleMappingMetadata>
					</configuration>
				</plugin>
				<plugin>
					<groupId>org.eclipse.tycho</groupId>
					<artifactId>tycho-maven-plugin</artifactId>
					<version>${eclipse.tycho.version}</version>
					<extensions>true</extensions>
				</plugin>
				<plugin>
					<groupId>org.mortbay.jetty</groupId>
					<artifactId>jetty-maven-plugin</artifactId>
					<version>${jetty.version}</version>
					<configuration>
						<systemProperties>
							<systemProperty>
								<name>jdbc.port</name>
								<value>${jdbc.port}</value>
							</systemProperty>
							<systemProperty>
								<name>jdbc.user</name>
								<value>${jdbc.user}</value>
							</systemProperty>
							<systemProperty>
								<name>jdbc.password</name>
								<value>${jdbc.password}</value>
							</systemProperty>
						</systemProperties>
					</configuration>
				</plugin>
				<plugin>
					<groupId>org.reficio</groupId>
					<artifactId>p2-maven-plugin</artifactId>
					<version>${org.reficio.p2-maven-plugin.version}</version>
				</plugin>
			</plugins>
		</pluginManagement>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<target>${java.version}</target>
					<source>${java.version}</source>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-enforcer-plugin</artifactId>
				<executions>
					<execution>
						<id>enforce-banned-dependencies</id>
						<goals>
							<goal>enforce</goal>
						</goals>
						<configuration>
							<rules>
								<bannedDependencies>
									<excludes>
										<exclude>commons-logging</exclude>
										<exclude>google-collections</exclude>
									</excludes>
								</bannedDependencies>
							</rules>
							<fail>true</fail>
						</configuration>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-release-plugin</artifactId>
				<configuration>
					<releaseProfiles>release</releaseProfiles>
					<goals>deploy</goals>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-surefire-plugin</artifactId>
				<configuration>
					<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
					<systemPropertyVariables>
						<br.com.objectos.comuns.sitebricks.Jetty.port>${br.com.objectos.comuns.sitebricks.Jetty.port}</br.com.objectos.comuns.sitebricks.Jetty.port>
						<jdbc.port>${jdbc.port}</jdbc.port>
						<jdbc.user>${jdbc.user}</jdbc.user>
						<jdbc.password>${jdbc.password}</jdbc.password>
					</systemPropertyVariables>
				</configuration>
			</plugin>
		</plugins>
	</build>

	<dependencyManagement>
		<dependencies>
			<!-- // objectos libraries \\ -->
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>core</artifactId>
				<version>${objectos.core.version}</version>
			</dependency>

			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>code-apt</artifactId>
				<version>${objectos.code.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>code-core</artifactId>
				<version>${objectos.code.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>code-pojo</artifactId>
				<version>${objectos.code.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>code-testing</artifactId>
				<version>${objectos.code.version}</version>
				<scope>test</scope>
			</dependency>

			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>io-legacy</artifactId>
				<version>${objectos.io.version}</version>
			</dependency>

			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>lazy</artifactId>
				<version>${objectos.lazy.version}</version>
			</dependency>

			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>sql-core</artifactId>
				<version>${objectos.sql.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>sql-legacy</artifactId>
				<version>${objectos.sql.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>sql-testing</artifactId>
				<version>${objectos.sql.version}</version>
				<scope>test</scope>
			</dependency>

			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>testing</artifactId>
				<version>${objectos.testing.version}</version>
				<scope>test</scope>
			</dependency>

			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>ui-html</artifactId>
				<version>${objectos.ui.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>ui-legacy</artifactId>
				<version>${objectos.ui.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>ui-reports</artifactId>
				<version>${objectos.ui.version}</version>
			</dependency>
			<!-- \\ objectos libraries // -->
			<!-- // google libraries \\ -->
			<dependency>
				<groupId>com.google.inject</groupId>
				<artifactId>guice</artifactId>
				<version>${google.guice.version}</version>
			</dependency>
			<dependency>
				<groupId>com.google.inject.extensions</groupId>
				<artifactId>guice-assistedinject</artifactId>
				<version>${google.guice.version}</version>
			</dependency>
			<dependency>
				<groupId>com.google.inject.extensions</groupId>
				<artifactId>guice-multibindings</artifactId>
				<version>${google.guice.version}</version>
			</dependency>
			<dependency>
				<groupId>com.google.inject.extensions</groupId>
				<artifactId>guice-throwingproviders</artifactId>
				<version>${google.guice.version}</version>
			</dependency>
			<dependency>
				<groupId>com.google.guava</groupId>
				<artifactId>guava</artifactId>
				<version>${google.guava.version}</version>
			</dependency>
			<dependency>
				<groupId>com.google.code.findbugs</groupId>
				<artifactId>jsr305</artifactId>
				<version>${google.jsr305.version}</version>
			</dependency>
			<dependency>
				<groupId>aopalliance</groupId>
				<artifactId>aopalliance</artifactId>
				<version>1.0</version>
			</dependency>
			<dependency>
				<groupId>com.google.testing.compile</groupId>
				<artifactId>compile-testing</artifactId>
				<version>${google.compile-testing.version}</version>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>com.google.truth</groupId>
				<artifactId>truth</artifactId>
				<version>${google.truth.version}</version>
				<scope>test</scope>
			</dependency>
			<!-- \\ google libraries // -->
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>sitebricks</artifactId>
				<version>${br.com.objectos.sitebricks.version}</version>
			</dependency>
			<dependency>
				<groupId>org.hamcrest</groupId>
				<artifactId>hamcrest-integration</artifactId>
				<version>${org.hamcrest.version}</version>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>org.testng</groupId>
				<artifactId>testng</artifactId>
				<version>${testng.version}</version>
				<scope>test</scope>
				<exclusions>
					<exclusion>
						<groupId>junit</groupId>
						<artifactId>junit</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
			<dependency>
				<groupId>nl.jqno.equalsverifier</groupId>
				<artifactId>equalsverifier</artifactId>
				<version>${nl.jqno.equalsverifier.version}</version>
				<scope>test</scope>
			</dependency>
			<!-- // way libraries \\ -->
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-auto</artifactId>
				<version>${br.com.objectos.way.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-base</artifactId>
				<version>${br.com.objectos.way.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-barcode</artifactId>
				<version>${br.com.objectos.way.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-cli</artifactId>
				<version>${br.com.objectos.way.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-core</artifactId>
				<version>${br.com.objectos.way.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-core-testing</artifactId>
				<version>${br.com.objectos.way.version}</version>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-cron</artifactId>
				<version>${br.com.objectos.way.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-dbunit</artifactId>
				<version>${br.com.objectos.way-dbunit.version}</version>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-etc</artifactId>
				<version>${br.com.objectos.way.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-gdrive</artifactId>
				<version>${br.com.objectos.way.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-secshell</artifactId>
				<version>${br.com.objectos.way-secshell.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-sqlunit</artifactId>
				<version>${br.com.objectos.way.version}</version>
				<scope>test</scope>
			</dependency>
			<!-- \\ way libraries // -->
			<dependency>
				<groupId>org.apache.maven.plugin-tools</groupId>
				<artifactId>maven-plugin-annotations</artifactId>
				<version>${maven.plugin-annotations.version}</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.apache.maven</groupId>
				<artifactId>maven-plugin-api</artifactId>
				<version>${maven.plugin-api.version}</version>
			</dependency>
			<!-- // logging \\ -->
			<!-- http://www.dzone.com/links/r/unified_as_much_as_possible_logging_using_slf4j.html -->
			<dependency>
				<groupId>org.slf4j</groupId>
				<artifactId>slf4j-api</artifactId>
				<version>${org.slf4j.version}</version>
			</dependency>
			<dependency>
				<groupId>org.slf4j</groupId>
				<artifactId>jcl-over-slf4j</artifactId>
				<version>${org.slf4j.version}</version>
			</dependency>
			<dependency>
				<groupId>org.slf4j</groupId>
				<artifactId>log4j-over-slf4j</artifactId>
				<version>${org.slf4j.version}</version>
			</dependency>
			<dependency>
				<groupId>ch.qos.logback</groupId>
				<artifactId>logback-classic</artifactId>
				<version>${logback.version}</version>
			</dependency>
			<dependency>
				<groupId>ch.qos.logback</groupId>
				<artifactId>logback-core</artifactId>
				<version>${logback.version}</version>
			</dependency>
			<!-- \\ logging // -->
			<!-- // jetty stuff \\ -->
			<dependency>
				<groupId>com.caucho</groupId>
				<artifactId>resin-quercus</artifactId>
				<version>${caucho.resin.version}</version>
			</dependency>
			<dependency>
				<groupId>org.eclipse.jetty</groupId>
				<artifactId>jetty-http</artifactId>
				<version>${jetty.version}</version>
			</dependency>
			<dependency>
				<groupId>org.eclipse.jetty</groupId>
				<artifactId>jetty-servlet</artifactId>
				<version>${jetty.version}</version>
			</dependency>
			<dependency>
				<groupId>org.eclipse.jetty</groupId>
				<artifactId>jetty-util</artifactId>
				<version>${jetty.version}</version>
			</dependency>
			<dependency>
				<groupId>org.eclipse.jetty</groupId>
				<artifactId>jetty-server</artifactId>
				<version>${jetty.version}</version>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>org.eclipse.jetty</groupId>
				<artifactId>jetty-webapp</artifactId>
				<version>${jetty.version}</version>
				<scope>test</scope>
			</dependency>
			<!-- \\ jetty stuff // -->
			<!-- others (please order by groupId) -->
			<dependency>
				<groupId>com.beust</groupId>
				<artifactId>jcommander</artifactId>
				<version>${org.jcommander.version}</version>
			</dependency>
			<dependency>
				<groupId>com.github.spullara.mustache.java</groupId>
				<artifactId>compiler</artifactId>
				<version>${mustache.java.version}</version>
				<exclusions>
					<exclusion>
						<groupId>com.google.guava</groupId>
						<artifactId>guava</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
			<dependency>
				<groupId>com.googlecode.jatl</groupId>
				<artifactId>jatl</artifactId>
				<version>${googlecode.jatl.version}</version>
			</dependency>
			<dependency>
				<groupId>com.squareup</groupId>
				<artifactId>javapoet</artifactId>
				<version>${com.squareup.javapoet.version}</version>
			</dependency>
			<dependency>
				<groupId>javax.inject</groupId>
				<artifactId>javax.inject</artifactId>
				<version>${javax.inject.version}</version>
			</dependency>
			<dependency>
				<groupId>javax.validation</groupId>
				<artifactId>validation-api</artifactId>
				<version>${javax.validation-api.version}</version>
			</dependency>
			<dependency>
				<groupId>joda-time</groupId>
				<artifactId>joda-time</artifactId>
				<version>${joda-time.version}</version>
			</dependency>
			<dependency>
				<groupId>mysql</groupId>
				<artifactId>mysql-connector-java</artifactId>
				<version>${mysql.connector.version}</version>
			</dependency>
			<dependency>
				<groupId>net.jcip</groupId>
				<artifactId>jcip-annotations</artifactId>
				<version>1.0</version>
			</dependency>
			<dependency>
				<groupId>org.hibernate</groupId>
				<artifactId>hibernate-validator</artifactId>
				<version>${hibernate.validator.version}</version>
				<exclusions>
					<exclusion>
						<groupId>org.slf4j</groupId>
						<artifactId>slf4j-api</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
			<dependency>
				<groupId>org.lesscss</groupId>
				<artifactId>lesscss</artifactId>
				<version>${org.lesscss.version}</version>
				<exclusions>
					<exclusion>
						<groupId>commons-logging</groupId>
						<artifactId>commons-logging</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
			<dependency>
				<groupId>org.markdownj</groupId>
				<artifactId>markdownj</artifactId>
				<version>${org.markdownj.version}</version>
			</dependency>
			<dependency>
				<groupId>org.mindrot</groupId>
				<artifactId>jbcrypt</artifactId>
				<version>${org.mindrot.jbcrypt.version}</version>
			</dependency>
			<dependency>
				<groupId>org.jsoup</groupId>
				<artifactId>jsoup</artifactId>
				<version>${org.jsoup.version}</version>
			</dependency>
			<dependency>
				<groupId>org.reflections</groupId>
				<artifactId>reflections</artifactId>
				<version>${org.reflections.version}</version>
				<exclusions>
					<exclusion>
						<groupId>org.slf4j</groupId>
						<artifactId>slf4j-api</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
			<dependency>
				<groupId>org.yaml</groupId>
				<artifactId>snakeyaml</artifactId>
				<version>${org.yaml.version}</version>
			</dependency>
		</dependencies>
	</dependencyManagement>

</project>
