<?xml version="1.0"?>
<project
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
	xmlns="http://maven.apache.org/POM/4.0.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>com.key-ms</groupId>
		<artifactId>mskey-app-user</artifactId>
		<version>1.1.2.RELEASE</version>
	</parent>

	<artifactId>mskey-app-user-client</artifactId>

	<dependencies>
		<dependency>
			<groupId>org.springframework.cloud</groupId>
			<artifactId>spring-cloud-starter-openfeign</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-web</artifactId>
		</dependency>
		<!-- 日志收集 -->
		<dependency>
			<groupId>de.siegmar</groupId>
			<artifactId>logback-gelf</artifactId>
		</dependency>
		<dependency>
			<groupId>com.key-ms</groupId>
			<artifactId>mskey-app-common</artifactId>
		</dependency>
	</dependencies>
	
	<distributionManagement>
		<repository>
			<id>nexus-release</id>
			<url>http://maven.tpccn.com/nexus/content/repositories/bap/</url>
		</repository>
	</distributionManagement>
</project>
