<?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>
	<packaging>pom</packaging>
	<name>objectos :: parent</name>
	<version>23</version>
	<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>
		<connection>scm:git:git://objectos/parent.git</connection>
		<developerConnection>scm:git:git@github.com:objectos/parent.git</developerConnection>
		<url>https://github.com/objectos/parent</url>
		<tag>parent-23</tag>
	</scm>
	<developers>
		<developer>
			<id>moe</id>
			<name>Marcio Endo</name>
			<email>marcio.endo@objectos.com.br</email>
		</developer>
	</developers>
	<properties>
		<br.com.objectos.way-attachment.version>1.2.0</br.com.objectos.way-attachment.version>
		<br.com.objectos.way-barcode.version>0.1.0</br.com.objectos.way-barcode.version>
		<br.com.objectos.way-base.version>1.9.1</br.com.objectos.way-base.version>
		<br.com.objectos.way-boleto.version>1.8.1</br.com.objectos.way-boleto.version>
		<br.com.objectos.way-bvmf-bdr.version>0.0.1</br.com.objectos.way-bvmf-bdr.version>
		<br.com.objectos.way-bvmf-cri.version>1.0</br.com.objectos.way-bvmf-cri.version>
		<br.com.objectos.way-bvmf-fi.version>1.1.1</br.com.objectos.way-bvmf-fi.version>
		<br.com.objectos.way-cli.version>0.2.0</br.com.objectos.way-cli.version>
		<br.com.objectos.way-cmatic.version>0.1.0</br.com.objectos.way-cmatic.version>
		<br.com.objectos.way-cnab.version>1.7.4</br.com.objectos.way-cnab.version>
		<br.com.objectos.way-cron.version>1.0</br.com.objectos.way-cron.version>
		<br.com.objectos.way-dbunit.version>1.1.0</br.com.objectos.way-dbunit.version>
		<br.com.objectos.way-debs.version>1.2.1</br.com.objectos.way-debs.version>
		<br.com.objectos.way-duplicata.version>1.1.1</br.com.objectos.way-duplicata.version>
		<br.com.objectos.way-etc.version>0.5.0</br.com.objectos.way-etc.version>
		<br.com.objectos.way-gdrive.version>0.1.0</br.com.objectos.way-gdrive.version>
		<br.com.objectos.way-io.version>1.5.1</br.com.objectos.way-io.version>
		<br.com.objectos.way-relational.version>1.2.0</br.com.objectos.way-relational.version>
		<br.com.objectos.way-reports.version>1.3.0</br.com.objectos.way-reports.version>
		<br.com.objectos.way-secshell.version>0.3.1</br.com.objectos.way-secshell.version>
		<br.com.objectos.way-sqlunit.version>0.1.0</br.com.objectos.way-sqlunit.version>
		<br.com.objectos.way-ui.version>1.3.1</br.com.objectos.way-ui.version>
		<br.com.objectos.way-upload.version>1.4.1</br.com.objectos.way-upload.version>
		<caucho.resin.version>3.2.1</caucho.resin.version>
		<eclipse.lifecycle-mapping.version>1.0.0</eclipse.lifecycle-mapping.version>
		<google.guava.version>16.0</google.guava.version>
		<google.guice.version>3.0</google.guice.version>
		<google.jsr305.version>1.3.9</google.jsr305.version>
		<google.sitebricks.version>0.8.5.2</google.sitebricks.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>
		<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>0.9.29</logback.version>
		<maven.antrun.version>1.7</maven.antrun.version>
		<maven.assembly.version>2.4</maven.assembly.version>
		<maven.cobertura.version>2.5.1</maven.cobertura.version>
		<maven.compiler.version>3.1</maven.compiler.version>
		<maven.enforcer.version>1.3.1</maven.enforcer.version>
		<maven.gpg.version>1.4</maven.gpg.version>
		<maven.javadoc.version>2.9.1</maven.javadoc.version>
		<maven.jar.version>2.4</maven.jar.version>
		<maven.release.version>2.4.2</maven.release.version>
		<maven.resources.version>2.5</maven.resources.version>
		<maven.source.version>2.1.2</maven.source.version>
		<maven.sql.version>1.5</maven.sql.version>
		<maven.surefire.version>2.15</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>
		<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.5.2</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.reflections.version>0.9.6.5</org.reflections.version>
		<org.slf4j.version>1.6.1</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>cobertura</id>
			<build>
				<plugins>
					<plugin>
						<groupId>org.codehaus.mojo</groupId>
						<artifactId>cobertura-maven-plugin</artifactId>
						<version>${maven.cobertura.version}</version>
						<executions>
							<execution>
								<phase>test</phase>
								<goals>
									<goal>cobertura</goal>
								</goals>
							</execution>
						</executions>
					</plugin>
					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-surefire-plugin</artifactId>
						<version>${maven.surefire.version}</version>
						<configuration>
							<argLine>-Dsun.lang.ClassLoader.allowArraySyntax=true</argLine>
						</configuration>
					</plugin>
				</plugins>
			</build>
		</profile>
		<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>
									<goal>test-jar</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-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>
	</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-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.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.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-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>org.codehaus.mojo</groupId>
					<artifactId>cobertura-maven-plugin</artifactId>
					<version>${maven.cobertura.version}</version>
					<configuration>
						<formats>
							<format>html</format>
							<format>xml</format>
						</formats>
						<check>
							<branchRate>85</branchRate>
							<lineRate>85</lineRate>
							<haltOnFailure>false</haltOnFailure>
							<totalBranchRate>85</totalBranchRate>
							<totalLineRate>85</totalLineRate>
							<packageLineRate>85</packageLineRate>
							<packageBranchRate>85</packageBranchRate>
						</check>
					</configuration>
				</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>
								<url>${jdbc.baseUrl}</url>
								<autocommit>false</autocommit>
								<sqlCommand>create database if not exists ${jdbc.db} character
									set utf8</sqlCommand>
							</configuration>
						</execution>
					</executions>
					<dependencies>
						<dependency>
							<groupId>mysql</groupId>
							<artifactId>mysql-connector-java</artifactId>
							<version>${mysql.connector.version}</version>
						</dependency>
					</dependencies>
				</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>
					</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.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.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>
			</plugins>
		</pluginManagement>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<target>1.6</target>
					<source>1.6</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-jar-plugin</artifactId>
				<executions>
					<execution>
						<goals>
							<goal>test-jar</goal>
						</goals>
					</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>
					<excludedGroups>broken</excludedGroups>
					<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>
			<!-- // 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.sitebricks</groupId>
				<artifactId>sitebricks</artifactId>
				<version>${google.sitebricks.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>
			<!-- \\ google libraries // -->
			<!-- // way libraries \\ -->
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-attachment</artifactId>
				<version>${br.com.objectos.way-attachment.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-attachment</artifactId>
				<version>${br.com.objectos.way-attachment.version}</version>
				<type>test-jar</type>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-base</artifactId>
				<version>${br.com.objectos.way-base.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-base</artifactId>
				<version>${br.com.objectos.way-base.version}</version>
				<type>test-jar</type>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-barcode</artifactId>
				<version>${br.com.objectos.way-barcode.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-boleto</artifactId>
				<version>${br.com.objectos.way-boleto.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-boleto</artifactId>
				<version>${br.com.objectos.way-boleto.version}</version>
				<type>test-jar</type>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-bvmf-bdr</artifactId>
				<version>${br.com.objectos.way-bvmf-bdr.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-bvmf-bdr</artifactId>
				<version>${br.com.objectos.way-bvmf-bdr.version}</version>
				<type>test-jar</type>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-bvmf-cri</artifactId>
				<version>${br.com.objectos.way-bvmf-cri.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-bvmf-cri</artifactId>
				<version>${br.com.objectos.way-bvmf-cri.version}</version>
				<type>test-jar</type>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-bvmf-fi</artifactId>
				<version>${br.com.objectos.way-bvmf-fi.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-bvmf-fi</artifactId>
				<version>${br.com.objectos.way-bvmf-fi.version}</version>
				<type>test-jar</type>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-cli</artifactId>
				<version>${br.com.objectos.way-cli.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-cmatic</artifactId>
				<version>${br.com.objectos.way-cmatic.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-cmatic</artifactId>
				<version>${br.com.objectos.way-cmatic.version}</version>
				<type>test-jar</type>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-cnab</artifactId>
				<version>${br.com.objectos.way-cnab.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-cnab</artifactId>
				<version>${br.com.objectos.way-cnab.version}</version>
				<type>test-jar</type>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-cron</artifactId>
				<version>${br.com.objectos.way-cron.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-debs</artifactId>
				<version>${br.com.objectos.way-debs.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-debs</artifactId>
				<version>${br.com.objectos.way-debs.version}</version>
				<type>test-jar</type>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-duplicata</artifactId>
				<version>${br.com.objectos.way-duplicata.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-duplicata</artifactId>
				<version>${br.com.objectos.way-duplicata.version}</version>
				<type>test-jar</type>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-etc</artifactId>
				<version>${br.com.objectos.way-etc.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-etc</artifactId>
				<version>${br.com.objectos.way-etc.version}</version>
				<type>test-jar</type>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-gdrive</artifactId>
				<version>${br.com.objectos.way-gdrive.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-gdrive</artifactId>
				<version>${br.com.objectos.way-gdrive.version}</version>
				<type>test-jar</type>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-io</artifactId>
				<version>${br.com.objectos.way-io.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-io</artifactId>
				<version>${br.com.objectos.way-io.version}</version>
				<type>test-jar</type>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-relational</artifactId>
				<version>${br.com.objectos.way-relational.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-relational</artifactId>
				<version>${br.com.objectos.way-relational.version}</version>
				<type>test-jar</type>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-reports</artifactId>
				<version>${br.com.objectos.way-reports.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-reports</artifactId>
				<version>${br.com.objectos.way-reports.version}</version>
				<type>test-jar</type>
				<scope>test</scope>
			</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-sqlunit.version}</version>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-ui</artifactId>
				<version>${br.com.objectos.way-ui.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-ui</artifactId>
				<version>${br.com.objectos.way-ui.version}</version>
				<type>test-jar</type>
				<scope>test</scope>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-upload</artifactId>
				<version>${br.com.objectos.way-upload.version}</version>
			</dependency>
			<dependency>
				<groupId>br.com.objectos</groupId>
				<artifactId>way-upload</artifactId>
				<version>${br.com.objectos.way-upload.version}</version>
				<type>test-jar</type>
				<scope>test</scope>
			</dependency>
			<!-- \\ way libraries // -->
			<!-- // logging \\ -->
			<!-- http://www.dzone.com/links/r/unified_as_much_as_possible_logging_using_slf4j.html -->
			<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>
			</dependency>
			<dependency>
				<groupId>com.googlecode.jatl</groupId>
				<artifactId>jatl</artifactId>
				<version>${googlecode.jatl.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>
						<artifactId>slf4j-api</artifactId>
						<groupId>org.slf4j</groupId>
					</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>
	<dependencies>
		<!-- Testing stuff enabled by default -->
		<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>
	</dependencies>
</project>
