<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.icetech</groupId>
    <artifactId>icecloud-fullcloud</artifactId>
    <version>3.2.17.0-JCJY-TEST-SNAPSHOT</version>
  </parent>
  <groupId>com.icetech</groupId>
  <artifactId>icecloud-fullcloud-api</artifactId>
  <version>3.2.17.0-JCJY-TEST-SNAPSHOT</version>
  <name>icecloud-fullcloud-api</name>
  <description>Dubbo Service</description>
  <dependencies>
    <dependency>
      <groupId>com.icetech</groupId>
      <artifactId>ice-db-spring-boot-starter</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>icecloud-module-basics-api</artifactId>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>icecloud-module-fee-api</artifactId>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>icecloud-module-order-api</artifactId>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>icecloud-module-park-api</artifactId>
    </dependency>
    <dependency>
      <groupId>com.icetech</groupId>
      <artifactId>ice-common-spring-boot-starter</artifactId>
    </dependency>
  </dependencies>
</project>
