<?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>
  <groupId>cc.ereach</groupId>
  <artifactId>ereach-boot-starter-mobile</artifactId>
  <version>1.0.1</version>
  <name>tmzl-boot-starter-mobile</name>
  <description>ereach Spring Boot starters：MVC/REST 响应体系、锁/审计/错误码/字典/短信/租户/动态数据源/数据权限/脱敏/SSE/监控等 24 个 starter</description>
  <url>http://www.example.com</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>ereach</name>
      <email>ask@ereach.cc</email>
      <organization>E Reach, Inc.</organization>
      <organizationUrl>https://www.ereach.cc</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://git.ereach.cc/framework/ereach-framework.git/ereach-boot-starter/ereach-boot-starter-mobile</connection>
    <developerConnection>scm:git:ssh://git@git.ereach.cc/framework/ereach-framework.git/ereach-boot-starter/ereach-boot-starter-mobile</developerConnection>
    <url>https://git.ereach.cc/framework/ereach-framework/ereach-boot-starter/ereach-boot-starter-mobile</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>cc.ereach</groupId>
      <artifactId>ereach-boot-starter-web</artifactId>
      <version>1.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>cc.ereach</groupId>
      <artifactId>ereach-mobile-device</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>cc.ereach</groupId>
      <artifactId>ereach-commons</artifactId>
      <version>1.0.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
