<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>com.key-ms</groupId>
		<artifactId>mskey-app</artifactId>
		<version>1.1.2.RELEASE</version>
	</parent>

	<artifactId>mskey-app-common</artifactId>

	<dependencies>
		<dependency>
			<groupId>org.ladsn</groupId>
			<artifactId>ladsn-commons-data-jpa</artifactId>
			<optional>true</optional>
		</dependency>
		<!-- 工具包 -->
		<dependency>
			<groupId>org.apache.commons</groupId>
			<artifactId>commons-lang3</artifactId>
		</dependency>
		<!--JSON 相关 -->
		<dependency>
			<groupId>net.sf.json-lib</groupId>
			<artifactId>json-lib</artifactId>
			<classifier>jdk15</classifier>
		</dependency>
		<dependency>
			<groupId>com.alibaba</groupId>
			<artifactId>fastjson</artifactId>
		</dependency>
		<dependency>
			<groupId>org.json</groupId>
			<artifactId>json</artifactId>
		</dependency>
	</dependencies>

	<distributionManagement>
		<repository>
			<id>nexus-release</id>
			<url>http://maven.tpccn.com/nexus/content/repositories/bap/</url>
		</repository>
	</distributionManagement>
</project>
