<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>
	<groupId>com.github.tengnatDeveloper</groupId>
	<artifactId>yytOpenAPI</artifactId>
	<version>1.0.1</version>
	<packaging>jar</packaging>
	<name>yytOpenAPI</name>
	<description>Open some of the features of our app for third-party developers</description>	
	<url>https://github.com/tengnatDeveloper</url>
	
	<licenses>
		<license>
			<name>The Apache License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
		</license>
	</licenses>
	
	<scm>
		<url>git@github.com:tengnatDeveloper/yytOpenAPI.git</url>
		<connection>scm:git:git@github.com:tengnatDeveloper/yytOpenAPI.git</connection>
		<developerConnection>scm:git:git@github.com:tengnatDeveloper/yytOpenAPI.git</developerConnection>
	</scm>
	
	<developers>
		<developer>
			<name>Tom Wang</name>
			<email>13567499983@163.com</email>
			<organization>yiyuntong</organization>
			<organizationUrl>http://www.yiyuntong.com</organizationUrl>
		</developer>
	</developers>
  
	<dependencies>
		<dependency>
			<groupId>com.google.code.gson</groupId>
			<artifactId>gson</artifactId>
			<version>2.8.2</version>
		</dependency>
		
		<dependency>
			<groupId>com.squareup.okhttp3</groupId>
			<artifactId>okhttp</artifactId>
			<version>3.9.1</version>
		</dependency>
	</dependencies>
  
</project>
