<?xml version="1.0" encoding="UTF-8"?>

<!-- ===========================================================================
// REFCODES.ORG
// =============================================================================
// This code is copyright (c) by Siegfried Steiner, Munich, Germany and licensed
// under the following (see "http://en.wikipedia.org/wiki/Multi-licensing")
// licenses:
// =============================================================================
// GNU General Public License, v3.0 ("http://www.gnu.org/licenses/gpl-3.0.html")
// together with the GPL linking exception applied; as being applied by the GNU
// Classpath ("http://www.gnu.org/software/classpath/license.html")
// =============================================================================
// Apache License, v2.0 ("http://www.apache.org/licenses/LICENSE-2.0")
// =============================================================================
// Please contact the copyright holding author(s) of the software artifacts in
// question for licensing issues not being covered by the above listed licenses,
// also regarding commercial licensing models or regarding the compatibility
// with other open source licenses.
// ========================================================================= -->

<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>

	<!-- /////////////////////////////////////////////////////////////////// -->
	<!-- ARTIFACT                                                            -->
	<!-- /////////////////////////////////////////////////////////////////// -->

	<groupId>org.refcodes</groupId>
	<artifactId>refcodes-parent</artifactId>
	<version>0.4.0</version>
	<name>${project.groupId}:${project.artifactId}</name>
	<packaging>pom</packaging>

	<!-- /////////////////////////////////////////////////////////////////// -->
	<!-- META-DATA                                                           -->
	<!-- /////////////////////////////////////////////////////////////////// -->
	
	<url>https://bitbucket.org/refcodes/${project.artifactId}</url>
	<description>
		Artifact containing information for all refcodes artifacts such as
		third party artifacts and their versions being used by refcodes 
		artifacts as well as the licensing agreements for refcodes artifacts.
	</description>
	
	<!-- /////////////////////////////////////////////////////////////////// -->
	<!-- LICENSES                                                            -->
	<!-- /////////////////////////////////////////////////////////////////// -->

	<licenses>
		<license>
			<name>GNU General Public License (GPL), Version 3.0</name>
			<url>http://www.gnu.org/licenses/gpl-3.0.html</url>
			<distribution>repo</distribution>
			<comments>See "http://en.wikipedia.org/wiki/Multi-licensing"</comments>
		</license>
		<license>
			<name>Apache License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0</url>
			<distribution>repo</distribution>
			<comments>See "http://en.wikipedia.org/wiki/Multi-licensing"</comments>
		</license>
		<license>
			<name>Other License Agreement</name>
			<url>${org.refcodes.url}</url>
			<distribution>manual</distribution>
			<comments>
				Please contact the copyright holding author(s) of the software 
				artifacts in question for licensing issues not being covered by 
				the above listed licenses, also regarding commercial licensing 
				models or regarding the compatibility with other open source 
				licenses.
			</comments>
		</license>
	</licenses>

	<!-- /////////////////////////////////////////////////////////////////// -->
	<!-- DEVELOPERS                                                          -->
	<!-- /////////////////////////////////////////////////////////////////// -->

	<developers>
		<developer>
			<name>Siegfried Steiner</name>
			<email>steiner@refcodes.org</email>
			<url>http://www.refcodes.org</url>
		</developer>
	</developers>

	<!-- /////////////////////////////////////////////////////////////////// -->
	<!-- SCM                                                                 -->
	<!-- /////////////////////////////////////////////////////////////////// -->

	<scm>
		<connection>scm:git:git@bitbucket.org:refcodes/${project.artifactId}.git</connection>
		<developerConnection>scm:git:git@bitbucket.org:refcodes/${project.artifactId}.git</developerConnection>
		<url>https://bitbucket.org/refcodes/${project.artifactId}</url>
  	</scm>

	<!-- /////////////////////////////////////////////////////////////////// -->
	<!-- DISTRIBUTION MANAGEMENT                                             -->
	<!-- /////////////////////////////////////////////////////////////////// -->

	<!--
		<distributionManagement>
			<snapshotRepository>
				<id>refcodes-snapshots</id>
				<name>REFCODES.ORG Snapshots</name>
				<url>git:snapshots://git@bitbucket.org:refcodes/refcodes-maven-repository.git</url>
			</snapshotRepository>
			<repository>
				<id>refcodes-releases</id>
				<name>REFCODES.ORG Releases</name>
				<url>git:releases://git@bitbucket.org:refcodes/refcodes-maven-repository.git</url>
			</repository>
			<site>
				<id>refcodes-site</id>
				<name>REFCODES.ORG Site</name>
				<url>git:site://git@bitbucket.org:refcodes/refcodes-maven-repository.git</url>
			</site>
		</distributionManagement>
	-->

	<distributionManagement>
		<snapshotRepository>
			<id>ossrh</id>
			<url>https://oss.sonatype.org/content/repositories/snapshots</url>
		</snapshotRepository>
		<repository>
			<id>ossrh</id>
			<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
		</repository>
	</distributionManagement>

	<!-- /////////////////////////////////////////////////////////////////// -->
	<!-- REPOSITORIES                                                        -->
	<!-- /////////////////////////////////////////////////////////////////// -->

	<repositories>
		<repository>
			<id>sonatype-nexus-snapshots</id>
			<name>Sonatype Nexus Snapshots</name>
			<url>https://oss.sonatype.org/content/repositories/snapshots</url>
			<releases>
				<enabled>false</enabled>
			</releases>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</repository>
		<repository>
			<id>sonatype-nexus-releases</id>
			<name>Sonatype Nexus Releases</name>
			<url>https://oss.sonatype.org/content/repositories/releases</url>
			<releases>
				<enabled>true</enabled>
			</releases>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
		</repository>
		<repository>
			<id>refcodes-snapshots</id>
			<name>REFCODES.ORG Snapshots</name>
			<releases>
				<enabled>false</enabled>
			</releases>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
			<!-- distributionManagement url was <url>git:your-branch://git@bitbucket.org:yourbitbucketusername/your-bitbucket-repo.git</url> -->
			<url>https://api.bitbucket.org/1.0/repositories/refcodes/refcodes-maven-repository/raw/snapshots</url>
		</repository>
		<repository>
			<id>refcodes-releases</id>
			<name>REFCODES.ORG Releases</name>
			<releases>
				<enabled>true</enabled>
			</releases>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
			<!-- distributionManagement url was <url>git:your-branch://git@bitbucket.org:yourbitbucketusername/your-bitbucket-repo.git</url> -->
			<url>https://api.bitbucket.org/1.0/repositories/refcodes/refcodes-maven-repository/raw/releases</url>
		</repository>
	</repositories>

	<!-- /////////////////////////////////////////////////////////////////// -->
	<!-- DEPENDENCIES                                                        -->
	<!-- /////////////////////////////////////////////////////////////////// -->

	<dependencies>
		<dependency>
			<groupId>org.refcodes</groupId>
			<artifactId>refcodes-licensing</artifactId>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
		</dependency>
	</dependencies>

	<!-- /////////////////////////////////////////////////////////////////// -->
	<!-- BUILD                                                               -->
	<!-- /////////////////////////////////////////////////////////////////// -->

	<build>

		<!-- /////////////////////////////////////////////////////////////// -->
		<!-- PLUGINS                                                         -->
		<!-- /////////////////////////////////////////////////////////////// -->

		<plugins>
			<plugin>
				<groupId>org.sonatype.plugins</groupId>
				<artifactId>nexus-staging-maven-plugin</artifactId>
				<version>1.6.3</version>
				<extensions>true</extensions>
				<configuration>
					<serverId>ossrh</serverId>
					<nexusUrl>https://oss.sonatype.org/</nexusUrl>
					<autoReleaseAfterClose>true</autoReleaseAfterClose>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-release-plugin</artifactId>
				<configuration>
					<preparationGoals>clean install</preparationGoals>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-source-plugin</artifactId>
				<executions>
					<execution>
						<goals>
							<goal>jar</goal>
							<goal>test-jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>

			<!--
				<plugin>
					<groupId>org.codehaus.mojo</groupId>
					<artifactId>cobertura-maven-plugin</artifactId>
					<executions>
						<execution>
							<id>clean</id>
							<phase>clean</phase>
							<goals>
								<goal>clean</goal>
							</goals>
						</execution>
						<execution>
							<phase>install</phase>
							<goals>
								<goal>cobertura</goal>
							</goals>
						</execution>
					</executions>
				</plugin>
			-->

		</plugins>
		
		<!-- /////////////////////////////////////////////////////////////// -->
		<!-- EXTENSIONS                                                      -->
		<!-- /////////////////////////////////////////////////////////////// -->

		<!--
			<extensions>
				<extension>
					<groupId>ar.com.synergian</groupId>
					<artifactId>wagon-git</artifactId>
					<version>0.2.3</version>
				</extension>
			</extensions>
		-->

		<!-- /////////////////////////////////////////////////////////////// -->
		<!-- PLUGIN MANAGEMENT                                               -->
		<!-- /////////////////////////////////////////////////////////////// -->

		<pluginManagement>
			<plugins>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-source-plugin</artifactId>
					<version>2.2.1</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-javadoc-plugin</artifactId>
					<version>2.10.1</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-gpg-plugin</artifactId>
					<version>1.5</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-surefire-plugin</artifactId>
					<version>2.12.2</version>
					<configuration>
						<argLine>-XX:-UseSplitVerifier</argLine>
					</configuration>
				</plugin>
				<plugin>
					<artifactId>maven-compiler-plugin</artifactId>
					<version>2.5.1</version>
					<configuration>
						<fork>true</fork>
						<source>1.8</source>
						<target>1.8</target>
						<testSource>1.8</testSource>
                    	<testTarget>1.8</testTarget>
                    	<encoding>UTF-8</encoding>
					</configuration>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-jar-plugin</artifactId>
					<version>2.4</version>
					<configuration>
						<archive>
							<addMavenDescriptor>false</addMavenDescriptor>
							<manifest>
								<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
								<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
							</manifest>
						</archive>
					</configuration>
					<executions>
						<execution>
							<goals>
								<goal>test-jar</goal>
							</goals>
						</execution>
					</executions>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-release-plugin</artifactId>
					<version>2.3.2</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-assembly-plugin</artifactId>
					<version>2.3</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-dependency-plugin</artifactId>
					<version>2.5</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-war-plugin</artifactId>
					<version>2.2</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-eclipse-plugin</artifactId>
					<version>2.9</version>
					<configuration>
						<wtpmanifest>true</wtpmanifest>
						<wtpapplicationxml>true</wtpapplicationxml>
						<wtpversion>2.0</wtpversion>
					</configuration>
				</plugin>
				<plugin>
					<groupId>org.codehaus.mojo</groupId>
					<artifactId>tomcat-maven-plugin</artifactId>
					<version>1.1</version>
				</plugin>
				<plugin>
					<groupId>org.mortbay.jetty</groupId>
					<artifactId>maven-jetty-plugin</artifactId>
					<version>6.1.26</version>
				</plugin>
				<plugin>
					<groupId>com.google.code.maven-replacer-plugin</groupId>
					<artifactId>maven-replacer-plugin</artifactId>
					<version>1.3.8</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-resources-plugin</artifactId>
					<version>2.5</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-shade-plugin</artifactId>
					<version>1.5</version>
				</plugin>
				<plugin>
					<groupId>com.soebes.maven.plugins</groupId>
					<artifactId>maven-echo-plugin</artifactId>
					<version>0.1</version>
				</plugin>
				<plugin>
					<groupId>org.codehaus.mojo</groupId>
					<artifactId>cobertura-maven-plugin</artifactId>
					<version>2.6</version>
				</plugin>
			</plugins>
		</pluginManagement>
	</build>

	<!-- /////////////////////////////////////////////////////////////////// -->
	<!-- REPORTING                                                           -->
	<!-- /////////////////////////////////////////////////////////////////// -->

	<reporting>

		<!-- /////////////////////////////////////////////////////////////// -->
		<!-- PLUGINS                                                         -->
		<!-- /////////////////////////////////////////////////////////////// -->

		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
				<version>2.10.1</version>
				<configuration>
					<detectOfflineLinks>true</detectOfflineLinks>
					<!-- <overview>${project.build.sourceDirectory}/overview.html</overview> -->
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-pmd-plugin</artifactId>
				<version>2.7.1</version>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-jxr-plugin</artifactId>
				<version>2.3</version>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>cobertura-maven-plugin</artifactId>
				<version>2.6</version>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>versions-maven-plugin</artifactId>
				<version>1.3.1</version>
				<reportSets>
					<reportSet>
						<reports>
							<report>dependency-updates-report</report>
							<report>property-updates-report</report>
						</reports>
					</reportSet>
				</reportSets>
			</plugin>
		</plugins>
	</reporting>

	<!-- /////////////////////////////////////////////////////////////////// -->
	<!-- PLUGIN REPOSITORIES                                                 -->
	<!-- /////////////////////////////////////////////////////////////////// -->

	<pluginRepositories>
		<pluginRepository>
			<id>glassfish</id>
			<name>Glassfish</name>
			<url>http://download.java.net/maven/glassfish</url>
		</pluginRepository>
		<pluginRepository>
			<id>java.net</id>
			<name>java.net</name>
			<url>http://download.java.net/maven/2</url>
		</pluginRepository>
		<pluginRepository>
			<id>mvnrepository.com</id>
			<name>MVNrepository</name>
			<url>http://mvnrepository.com/artifact</url>
		</pluginRepository>
		<pluginRepository>
			<id>repo1</id>
			<name>Repo1</name>
			<url>http://repo1.maven.org/maven2</url>
		</pluginRepository>
		<pluginRepository>
			<id>codehaus</id>
			<name>Codehaus</name>
			<url>http://nexus.codehaus.org</url>
		</pluginRepository>

		<!--
			<pluginRepository>
				<id>synergian-repo</id>
				<url>https://raw.github.com/synergian/wagon-git/releases</url>
			</pluginRepository>
		-->
	</pluginRepositories>

	<!-- /////////////////////////////////////////////////////////////////// -->
	<!-- DEPENDENCY MANAGEMENT                                               -->
	<!-- /////////////////////////////////////////////////////////////////// -->

	<dependencyManagement>

		<!-- /////////////////////////////////////////////////////////////// -->
		<!-- DEPENDENCIES                                                    -->
		<!-- /////////////////////////////////////////////////////////////// -->

		<dependencies>
			<dependency>
				<groupId>org.apache.xmlgraphics</groupId>
				<artifactId>xmlgraphics-commons</artifactId>
				<version>2.0</version>
			</dependency>
			<dependency>
				<groupId>org.apache.xmlgraphics</groupId>
				<artifactId>batik-transcoder</artifactId>
				<version>1.8</version>
			</dependency>
			<dependency>
				<groupId>com.amazonaws</groupId>
				<artifactId>aws-java-sdk</artifactId>
				<version>1.9.25</version>
			</dependency>
			<dependency>
				<groupId>redis.clients</groupId>
				<artifactId>jedis</artifactId>
				<version>2.6.1</version>
			</dependency>
			<dependency>
				<groupId>org.jvnet.hudson</groupId>
				<artifactId>netx</artifactId>
				<version>0.5-hudson-2</version>
				<scope>compile</scope>
			</dependency>
			<dependency>
				<groupId>log4j</groupId>
				<artifactId>log4j</artifactId>
				<version>1.2.17</version>
			</dependency>
			<dependency>
				<groupId>log4j</groupId>
				<artifactId>apache-log4j-extras</artifactId>
				<version>1.2.17</version>
			</dependency>
			<dependency>
				<groupId>junit</groupId>
				<artifactId>junit</artifactId>
				<version>4.12</version>
			</dependency>
			<dependency>
				<groupId>org.hibernate</groupId>
				<artifactId>hibernate-core</artifactId>
				<version>4.3.7.Final</version>
			</dependency>
			<dependency>
				<groupId>javassist</groupId>
				<artifactId>javassist</artifactId>
				<version>3.12.1.GA</version>
			</dependency>
			<dependency>
				<groupId>mysql</groupId>
				<artifactId>mysql-connector-java</artifactId>
				<version>5.1.34</version>
			</dependency>
			<dependency>
				<groupId>org.slf4j</groupId>
				<artifactId>slf4j-nop</artifactId>
				<version>1.7.12</version>
			</dependency>
			<dependency>
				<groupId>org.slf4j</groupId>
				<artifactId>slf4j-api</artifactId>
				<version>1.7.12</version>
			</dependency>
			<dependency>
			<groupId>org.slf4j</groupId>
				<artifactId>jul-to-slf4j</artifactId>
				<version>1.7.12</version>
			</dependency>
			<dependency>
				<groupId>org.slf4j</groupId>
				<artifactId>slf4j-jdk14</artifactId>
				<version>1.7.12</version>
			</dependency>
			<dependency>
				<groupId>com.h2database</groupId>
				<artifactId>h2</artifactId>
				<version>1.4.184</version>
			</dependency>
			<dependency>
				<groupId>org.springframework</groupId>
				<artifactId>spring-beans</artifactId>
				<version>4.1.3.RELEASE</version>
			</dependency>
			<dependency>
				<groupId>org.springframework</groupId>
				<artifactId>spring-orm</artifactId>
				<version>4.1.3.RELEASE</version>
			</dependency>
			<dependency>
				<groupId>org.springframework</groupId>
				<artifactId>spring-core</artifactId>
				<version>4.1.3.RELEASE</version>
			</dependency>
			<dependency>
				<groupId>org.springframework</groupId>
				<artifactId>spring-web</artifactId>
				<version>4.1.3.RELEASE</version>
			</dependency>
			<dependency>
				<groupId>org.springframework</groupId>
				<artifactId>spring-webmvc</artifactId>
				<version>4.1.3.RELEASE</version>
			</dependency>
			<dependency>
				<groupId>org.springframework</groupId>
				<artifactId>spring-context</artifactId>
				<version>4.1.3.RELEASE</version>
			</dependency>
			<dependency>
				<groupId>org.springframework</groupId>
				<artifactId>spring-test</artifactId>
				<version>4.1.3.RELEASE</version>
			</dependency>
			<dependency>
				<groupId>org.springframework</groupId>
				<artifactId>spring-tx</artifactId>
				<version>4.1.3.RELEASE</version>
			</dependency>
			<dependency>
				<groupId>org.springframework</groupId>
				<artifactId>spring-aop</artifactId>
				<version>4.1.3.RELEASE</version>
			</dependency>
			<dependency>
				<groupId>org.apache.geronimo.specs</groupId>
				<artifactId>geronimo-ejb_3.0_spec</artifactId>
				<version>1.0.1</version>
			</dependency>
			<dependency>
				<groupId>javax.servlet</groupId>
				<artifactId>servlet-api</artifactId>
				<version>3.0-alpha-1</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>javax.servlet.jsp</groupId>
				<artifactId>jsp-api</artifactId>
				<version>2.2.1</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>javax.servlet</groupId>
				<artifactId>jstl</artifactId>
				<version>1.2</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>javax.mail</groupId>
				<artifactId>mail</artifactId>
				<version>1.5.0-b01</version>
			</dependency>
			<dependency>
				<groupId>commons-dbcp</groupId>
				<artifactId>commons-dbcp</artifactId>
				<version>1.4</version>
			</dependency>
			<dependency>
				<groupId>commons-beanutils</groupId>
				<artifactId>commons-beanutils</artifactId>
				<version>1.8.3</version>
			</dependency>
			<dependency>
				<groupId>commons-configuration</groupId>
				<artifactId>commons-configuration</artifactId>
				<version>1.10</version>
			</dependency>
			<dependency>
				<groupId>commons-collections</groupId>
				<artifactId>commons-collections</artifactId>
				<version>3.2.1</version>
			</dependency>
			<dependency>
				<groupId>commons-digester</groupId>
				<artifactId>commons-digester</artifactId>
				<version>2.1</version>
			</dependency>
			<dependency>
				<groupId>commons-cli</groupId>
				<artifactId>commons-cli</artifactId>
				<version>1.2</version>
			</dependency>
			<dependency>
				<groupId>commons-httpclient</groupId>
				<artifactId>commons-httpclient</artifactId>
				<version>3.1.SONATYPE</version>
			</dependency>
			<dependency>
				<groupId>commons-lang</groupId>
				<artifactId>commons-lang</artifactId>
				<version>2.6</version>
			</dependency>
			<dependency>
				<groupId>commons-io</groupId>
				<artifactId>commons-io</artifactId>
				<version>2.4</version>
			</dependency>
			<dependency>
				<groupId>commons-codec</groupId>
				<artifactId>commons-codec</artifactId>
				<version>1.10</version>
			</dependency>
			<dependency>
				<groupId>commons-vfs</groupId>
				<artifactId>commons-vfs</artifactId>
				<version>1.0</version>
			</dependency>
			<dependency>
				<groupId>org.glassfish.common</groupId>
				<artifactId>glassfish-naming</artifactId>
				<version>10.0-b28</version>
				<exclusions>
					<exclusion>
						<groupId>org.glassfish</groupId>
						<artifactId>javax.servlet</artifactId>
					</exclusion>
				</exclusions>
			</dependency>
			<dependency>
				<groupId>org.glassfish.appclient</groupId>
				<artifactId>gf-client</artifactId>
				<version>3.2-b06</version>
			</dependency>
			<dependency>
				<groupId>com.sun.corba</groupId>
				<artifactId>glassfish-corba-dynamicany</artifactId>
				<version>3.0.0-b019</version>
			</dependency>
			<dependency>
				<groupId>org.glassfish.distributions</groupId>
				<artifactId>web-all</artifactId>
				<version>10.0-build-20080812</version>
			</dependency>
			<dependency>
				<groupId>org.jboss</groupId>
				<artifactId>jnp-client</artifactId>
				<version>5.0.0.Beta4</version>
			</dependency>
			<dependency>
				<groupId>org.jboss.client</groupId>
				<artifactId>jbossall-client</artifactId>
				<version>5.0.0.GA</version>
			</dependency>
			<dependency>
				<groupId>org.jboss.client</groupId>
				<artifactId>jboss-client</artifactId>
				<version>5.1.0.CR1</version>
			</dependency>
			<dependency>
				<groupId>com.mockrunner</groupId>
				<artifactId>mockrunner</artifactId>
				<version>1.0.5</version>
			</dependency>
			<dependency>
				<groupId>net.sf.json-lib</groupId>
				<artifactId>json-lib</artifactId>
				<version>2.4</version>
				<classifier>jdk15</classifier>
			</dependency>
			<dependency>
				<groupId>net.sourceforge.jtds</groupId>
				<artifactId>jtds</artifactId>
				<version>1.3.1</version>
			</dependency>
			<dependency>
				<groupId>edu.vt.middleware</groupId>
				<artifactId>vt-crypt</artifactId>
				<version>2.2</version>
			</dependency>
			<dependency>
				<groupId>org.jasypt</groupId>
				<artifactId>jasypt</artifactId>
				<version>1.9.2</version>
			</dependency>
			<dependency>
				<groupId>com.sun.jersey</groupId>
				<artifactId>jersey-server</artifactId>
				<version>1.18.3</version>
			</dependency>
			<dependency>
				<groupId>org.fusesource.jansi</groupId>
				<artifactId>jansi</artifactId>
				<version>1.11</version>
			</dependency>
			<dependency>
				<groupId>jline</groupId>
				<artifactId>jline</artifactId>
				<version>2.12</version>
			</dependency>

			<!-- /////////////////////////////////////////////////////////// -->
			<!-- REFCODES                                                    -->
			<!-- /////////////////////////////////////////////////////////// -->

			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-assembler</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-batch</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-collection</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-command</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-component</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-component-ext</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-component-ext-observer</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-connection</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-connection-alt</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-connection-alt-io</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-connection-ext</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-connection-ext-observable</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-console</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-console-alt</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-console-alt-jopt</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-controlflow</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-criteria</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-forwardsecrecy</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-forwardsecrecy-alt</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-forwardsecrecy-alt-filesystem</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-data</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-date</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-entity</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-eventbus</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-exception</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-factory</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-factory-alt</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-factory-alt-spring</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-filesystem</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-filesystem-alt</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-filesystem-alt-s3</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-generator</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-graphical</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-io</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-jobbus</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-licensing</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-logger</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-logger-alt</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-logger-alt-async</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-logger-alt-console</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-logger-alt-io</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-logger-alt-slf4j</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-logger-alt-spring</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-logger-ext</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-logger-ext-slf4j</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-matcher</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-microservice</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-mixin</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-numerical</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-observer</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-remoting</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-remoting-ext</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-remoting-ext-observer</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-runtime</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-runtime-ext</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-runtime-ext-console</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-security</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-security-alt</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-security-alt-chaos</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-security-ext</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-security-ext-chaos</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-security-ext-spring</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-servicebus</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-servicebus-alt</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-servicebus-alt-spring</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-tabular</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-tabular-alt</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-tabular-alt-forwardsecrecy</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-textual</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-textual-ext</artifactId>
				<version>${project.version}</version>
			</dependency>
			<dependency>
				<groupId>org.refcodes</groupId>
				<artifactId>refcodes-textual-ext-console</artifactId>
				<version>${project.version}</version>
			</dependency>
		</dependencies>
	</dependencyManagement>
	
	<!-- /////////////////////////////////////////////////////////////////// -->
	<!-- PROFILES                                                            -->
	<!-- /////////////////////////////////////////////////////////////////// -->

	<profiles>
		<profile> 
			<id>release</id>
			<build>
				<plugins>
					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-source-plugin</artifactId>
						<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>
						<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>
						<executions>
							<execution>
								<id>sign-artifacts</id>
								<phase>verify</phase>
								<goals>
									<goal>sign</goal>
								</goals>
							</execution>
						</executions>
					</plugin>
				</plugins>
			</build>
		</profile>
	</profiles>
</project>
