<?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-module-third</artifactId>
    <version>3.0.9.1-SNAPSHOT</version>
  </parent>
  <groupId>com.icetech</groupId>
  <artifactId>icecloud-module-third-service</artifactId>
  <version>3.0.9.1-SNAPSHOT</version>
  <dependencies>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>icecloud-module-third-api</artifactId>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>icecloud-cloudcenter-api</artifactId>
    </dependency>
    <dependency>
      <groupId>com.icetech</groupId>
      <artifactId>ice-common-spring-boot-starter</artifactId>
    </dependency>
    <dependency>
      <groupId>com.icetech</groupId>
      <artifactId>ice-redis-spring-boot-starter</artifactId>
    </dependency>
    <dependency>
      <groupId>com.icetech</groupId>
      <artifactId>ice-rabbitmq-spring-boot-starter</artifactId>
    </dependency>
    <dependency>
      <groupId>com.icetech</groupId>
      <artifactId>ice-db-spring-boot-starter</artifactId>
    </dependency>
    <dependency>
      <groupId>com.icetech</groupId>
      <artifactId>ice-log-spring-boot-starter</artifactId>
    </dependency>
    <dependency>
      <groupId>com.icetech</groupId>
      <artifactId>ice-oss-spring-boot-starter</artifactId>
    </dependency>
    <dependency>
      <groupId>com.baomidou</groupId>
      <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.datatype</groupId>
      <artifactId>jackson-datatype-jsr310</artifactId>
      <version>2.14.2</version>
    </dependency>
    <dependency>
      <groupId>com.icetech</groupId>
      <artifactId>ice-sdk-java</artifactId>
      <version>${ice-sdk-java.version}</version>
    </dependency>
    <dependency>
      <groupId>redis.clients</groupId>
      <artifactId>jedis</artifactId>
      <version>3.1.0</version>
    </dependency>
  </dependencies>
</project>
