<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>tech.riemann</groupId>
		<artifactId>etp-sdk</artifactId>
		<version>3.5.15</version>
	</parent>
	<artifactId>etp-sdk-openapi</artifactId>
	<name>5.2 开发平台能力SDK -OpenAPI</name>
	<description>开放平台客户端</description>
	<dependencies>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-web</artifactId>
		</dependency>
	</dependencies>

</project>