<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>br.com.esec.icpm</groupId>
		<artifactId>icpm-system-parent</artifactId>
		<version>1.8.4</version>
	</parent>

	<artifactId>icpm-mss-parent</artifactId>
	<packaging>pom</packaging>

	<name>Mobile Signature Server Parent</name>
	<description>Certillion Signature Server Parent POM.</description>
	<url>http://www.certillion.com/index.php/desenvolvedor</url>

	<licenses>
		<license>
			<name>The Apache License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
		</license>
	</licenses>

	<developers>
		<developer>
			<name>Alex Oliveira</name>
			<email>aoliveira@esec.com.br</email>
			<organization>E-Sec Segurança de Dados</organization>
			<organizationUrl>http://www.esec.com.br</organizationUrl>
		</developer>
		<developer>
			<name>Caio Cristo</name>
			<email>caiocristo@esec.com.br</email>
			<organization>E-Sec Segurança de Dados</organization>
			<organizationUrl>http://www.esec.com.br</organizationUrl>
		</developer>
		<developer>
			<name>Cristiano Cristo</name>
			<email>ccristo@esec.com.br</email>
			<organization>E-Sec Segurança de Dados</organization>
			<organizationUrl>http://www.esec.com.br</organizationUrl>
		</developer>
		<developer>
			<name>Marcos Gordinho</name>
			<email>mgodinho@esec.com.br</email>
			<organization>E-Sec Segurança de Dados</organization>
			<organizationUrl>http://www.esec.com.br</organizationUrl>
		</developer>
		<developer>
			<name>Tales Porto</name>
			<email>tporto@esec.com.br</email>
			<organization>E-Sec Segurança de Dados</organization>
			<organizationUrl>http://www.esec.com.br</organizationUrl>
		</developer>
	</developers>
	
	<modules>
		<module>mss-ws-client</module>
		<module>mss-ejb-client</module>
		<module>mss-ejb</module>
		<module>mss-ws</module>
		<module>mss-war</module>
		<module>mss-manager-war</module>
		<module>mss-ear</module>
	</modules>

	<dependencyManagement>
		<dependencies>

			<dependency>
				<groupId>br.com.esec.icpm</groupId>
				<artifactId>icpm-libs-bom</artifactId>
				<version>${libs.version}</version>
                <type>pom</type>
			</dependency>

		</dependencies>
	</dependencyManagement>

	<dependencies>
		<dependency>
			<groupId>org.jboss.spec</groupId>
			<artifactId>jboss-javaee-6.0</artifactId>
			<type>pom</type>
		</dependency>

		<!-- JBoss AS -->
		<dependency>
			<groupId>org.jboss.ejb3</groupId>
			<artifactId>jboss-ejb3-ext-api</artifactId>
			<version>1.1.1</version>
			<scope>provided</scope>
			<exclusions>
				<exclusion>
					<artifactId>jboss-metadata</artifactId>
					<groupId>org.jboss.metadata</groupId>
				</exclusion>
				<exclusion>
					<artifactId>jboss-mdr</artifactId>
					<groupId>org.jboss</groupId>
				</exclusion>
				<exclusion>
					<artifactId>jboss-ejb-api</artifactId>
					<groupId>org.jboss.javaee</groupId>
				</exclusion>
				<exclusion>
					<artifactId>jaxb-api</artifactId>
					<groupId>sun-jaxb</groupId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>org.jboss.man</groupId>
			<artifactId>jboss-managed</artifactId>
			<version>2.1.0.SP1</version>
			<scope>provided</scope>
			<exclusions>
				<exclusion>
					<artifactId>jboss-mdr</artifactId>
					<groupId>org.jboss</groupId>
				</exclusion>
				<exclusion>
					<artifactId>jboss-metatype</artifactId>
					<groupId>org.jboss.man</groupId>
				</exclusion>
				<exclusion>
					<artifactId>jaxb-api</artifactId>
					<groupId>sun-jaxb</groupId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>org.jboss.ws</groupId>
			<artifactId>jbossws-spi</artifactId>
			<version>1.4.1.GA</version>
			<scope>provided</scope>
			<exclusions>
				<exclusion>
					<artifactId>getopt</artifactId>
					<groupId>gnu-getopt</groupId>
				</exclusion>
				<exclusion>
					<artifactId>dom4j</artifactId>
					<groupId>dom4j</groupId>
				</exclusion>
				<exclusion>
					<artifactId>ant</artifactId>
					<groupId>org.apache.ant</groupId>
				</exclusion>
			</exclusions>
		</dependency>
	</dependencies>

	<build>
		<plugins>
                <plugin>
                    <groupId>org.eclipse.m2e</groupId>
                    <artifactId>lifecycle-mapping</artifactId>
                </plugin>
		</plugins>
	</build>
	
	<distributionManagement>
		<repository>
			<id>jcenter</id>
			<url>https://api.bintray.com/maven/e-sec/Certillion/mss-ws-client/;publish=1</url>
		</repository>

		<snapshotRepository>
			<id>nexus</id>
			<url>http://esec-server:8080/nexus/content/repositories/snapshots/</url>
		</snapshotRepository>
	</distributionManagement>
</project>
