<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-parent</artifactId>
    <version>3.5.15</version>
  </parent>
  <artifactId>etp-sdk</artifactId>
  <packaging>pom</packaging>
  <name>5.0 开发平台能力SDK</name>
  <description>开发平台SDK</description>
  <modules>
    <module>etp-sdk-openapi</module>
    <module>etp-sdk-iam</module>
  </modules>
</project>