<?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.faasadmin</groupId>
    <artifactId>faas-parent</artifactId>
    <version>1.0.9</version>
  </parent>
  <groupId>com.faasadmin</groupId>
  <artifactId>faas-services-sdk</artifactId>
  <version>1.0.9</version>
  <name>faas-services-sdk</name>
  <licenses>
    <license>
      <name>faaaadmin</name>
      <url>http://www.faasadmin.com</url>
    </license>
  </licenses>
  <properties>
    <maven.compiler.source>1.8</maven.compiler.source>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <maven.compiler.target>1.8</maven.compiler.target>
  </properties>
  <dependencies>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>faas-common</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>expand-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>system-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>lessee-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>integral-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>money-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>pay-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>member-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>wx-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>good-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>order-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>distribution-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>logistics-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>finance-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>coupon-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>card-coupon-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>task-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>infra-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>tool-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>cms-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.faasadmin</groupId>
      <artifactId>applets-service</artifactId>
    </dependency>
  </dependencies>
  <build />
</project>
