<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>org.sonatype.oss</groupId>
		<artifactId>oss-parent</artifactId>
		<version>7</version>
	</parent>
	<groupId>cn.guoyukun</groupId>
	<artifactId>pdm2pdf</artifactId>
	<version>0.0.1</version>
	<description>根据PDM生成PDF数据文档</description>
	<dependencies>
		<dependency>
			<groupId>com.google.collections</groupId>
			<artifactId>google-collections</artifactId>
			<version>1.0</version>
		</dependency>
		<dependency>
			<groupId>com.google.code.gson</groupId>
			<artifactId>gson</artifactId>
			<version>2.2.4</version>
		</dependency>
		<dependency>
			<groupId>org.jdom</groupId>
			<artifactId>jdom2</artifactId>
			<version>2.0.5</version>
		</dependency>
		<dependency>
			<groupId>jaxen</groupId>
			<artifactId>jaxen</artifactId>
			<version>1.1.6</version>
			<scope>runtime</scope>
		</dependency>
		<dependency>
			<groupId>ch.qos.logback</groupId>
			<artifactId>logback-classic</artifactId>
			<version>1.0.7</version>
			<scope>runtime</scope>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
			<version>1.7.5</version>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>jcl-over-slf4j</artifactId>
			<version>1.7.5</version>
			<scope>runtime</scope>
		</dependency>
		<dependency>
			<groupId>com.itextpdf</groupId>
			<artifactId>itextpdf</artifactId>
			<version>5.5.1</version>
		</dependency>
	</dependencies>
	<organization>
		<url>http://gitlab.sinosoft.com.cn/platform/pdm2pdf</url>
	</organization>
	<scm>
		<url>http://gitlab.sinosoft.com.cn/platform/pdm2pdf</url>
		<connection>scm:git:git@gitlab.sinosoft.com.cn:platform/pdm2pdf.git</connection>
		<developerConnection>scm:git:git@gitlab.sinosoft.com.cn:platform/pdm2pdf.git</developerConnection>
	</scm>
	<issueManagement>
		<url>http://gitlab.sinosoft.com.cn/platform/pdm2pdf/issues</url>
		<system>gitlab</system>
	</issueManagement>
	<url>http://gitlab.sinosoft.com.cn/platform/pdm2pdf</url>
	<name>pdm2pdf</name>
	<ciManagement>
		<url>http://ci.sinosoft.com.cn/job/platform_pdm2pdf/</url>
		<system>jenkins</system>
	</ciManagement>
	<developers>
		<developer>
			<id>guoyukun</id>
			<name>郭玉昆</name>
			<email>gyk001@gmail.com</email>
			<timezone>+8</timezone>
			<url>http://guoyukun.cn</url>
		</developer>
	</developers>
</project>
