<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>top.coos</groupId>
		<artifactId>coos.root</artifactId>
		<relativePath>../root</relativePath>
		<version>2.1.9.1</version>
	</parent>
	<artifactId>coos.app</artifactId>
	<name>app</name>
	<description>COOS App Library</description>
	<url>https://gitee.com/coosx/app</url>
	<scm>
		<connection>
			scm:git:https://gitee.com/coosx/app.git
		</connection>
		<developerConnection>
			scm:git:https://gitee.com/coosx/app.git
		</developerConnection>
		<url>https://gitee.com/coosx/app</url>
		<tag>2.0</tag>
	</scm>
	<dependencies>
		<dependency>
			<groupId>top.coos</groupId>
			<artifactId>coos.core</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>mysql</groupId>
			<artifactId>mysql-connector-java</artifactId>
			<version>5.1.46</version>
		</dependency>
	</dependencies>
	<build>
	</build>
</project>