<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.winning.marsx_security</groupId>
  <artifactId>marsx-security</artifactId>
  <version>0.0.2</version>
  <packaging>aar</packaging>
  <name>marsx-security</name>
  <description>marsx-security</description>
  <url>https://github.com/SharkChao/MarsX</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>SharkChao</id>
      <name>SharkChao</name>
      <email>827623353@qq.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/SharkChao/MarsX.git</connection>
    <developerConnection>https://github.com/SharkChao/MarsX.git</developerConnection>
    <url>https://github.com/SharkChao/MarsX</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.winning.marsx_annotation</groupId>
      <artifactId>marsx-annotation</artifactId>
      <version>0.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.winning.marsx_compile</groupId>
      <artifactId>marsx-compile</artifactId>
      <version>0.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>android.arch.work</groupId>
      <artifactId>work-runtime</artifactId>
      <version>1.0.0-alpha08</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>android.arch.work</groupId>
      <artifactId>work-firebase</artifactId>
      <version>1.0.0-alpha08</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.mail</groupId>
      <artifactId>android-mail</artifactId>
      <version>1.5.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.mail</groupId>
      <artifactId>android-activation</artifactId>
      <version>1.5.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.yanzhenjie</groupId>
      <artifactId>permission</artifactId>
      <version>2.0.0-rc12</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
