<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>nif</artifactId>
    <version>4.0.7</version>
  </parent>
  <artifactId>nif-support</artifactId>
  <name>天工之枢-平台支撑</name>
  <packaging>pom</packaging>
  <modules>
    <module>nif-support-utils</module>
    <module>nif-support-web</module>
    <module>nif-support-apm</module>
    <module>nif-support-auth</module>
    <module>nif-support-oidc</module>
    <module>nif-support-trace</module>
    <module>nif-support-nutz-spring-boot-starter</module>
    <module>nif-support-openapi-spring-boot-starter</module>
    <module>nif-support-spring-boot-starter</module>
  </modules>
</project>