<?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>io.github.jimmy-j</groupId>
  <artifactId>facesdk</artifactId>
  <version>2.6.8</version>
  <packaging>aar</packaging>
  <name>facesdk</name>
<description>基于硬件开发的 SDK 套件，依赖 BaseSystem 模块，提供了 相机预览、体温检测、读卡、串口读写、韦根读写、读身份证、LED灯光继电器控制功能。</description>
<url>https://github.com/Jimmy-J/FaceRecognitionDemo</url>

  <distributionManagement>
    <repository>
      <id>facesdk</id>
      <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>

  </distributionManagement>

<licenses>
    <license>
        <name>The Apache License, Version 2.0</name>
        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
</licenses>

<developers>
    <developer>
        <id>szfacebook</id>
        <name>jimmy</name>
        <email>jiaomin288@gmail.com</email>
    </developer>
</developers> 


<scm>
    <connection>https://gitee.com/MrJimmy/FaceRecognitionDemo.git</connection>
    <developerConnection>https://gitee.com/MrJimmy/FaceRecognitionDemo.git</developerConnection>
    <url>https://gitee.com/MrJimmy/FaceRecognitionDemo</url>
</scm>

<dependencies>
        <!-- Android deps -->
        <dependency>
            <groupId>androidx.lifecycle</groupId>
            <artifactId>lifecycle-common-java8</artifactId>
            <version>2.3.1</version>
            <scope>implementation</scope>
        </dependency>

        <!-- 日志输出 -->
        <dependency>
            <groupId>com.jakewharton.timber</groupId>
            <artifactId>timber</artifactId>
            <version>5.0.1</version>
            <scope>implementation</scope>
        </dependency>

      <!-- 本地广播 -->
        <dependency>
            <groupId>androidx.localbroadcastmanager</groupId>
            <artifactId>localbroadcastmanager</artifactId>
            <version>1.0.0</version>
            <scope>implementation</scope>
        </dependency>

        <!-- 身份证模块 -->
        <dependency>
            <groupId>io.github.jimmy-j</groupId>
            <artifactId>idcard-otg</artifactId>
            <version>2.0.0</version>
            <scope>implementation</scope>
         </dependency>

        <!-- 身份证 + ic 卡模块 -->
        <dependency>
            <groupId>io.github.jimmy-j</groupId>
            <artifactId>m53m513usb</artifactId>
            <version>1.0.0</version>
            <scope>implementation</scope>
        </dependency>

        <!-- usb 相机 -->
        <dependency>
            <groupId>io.github.jimmy-j</groupId>
            <artifactId>usbcamera</artifactId>
            <version>2.3.6.5</version>
            <scope>implementation</scope>
        </dependency>

        <!-- u 盘文件选择器 -->
        <dependency>
            <groupId>io.github.jimmy-j</groupId>
            <artifactId>udisk-file-selector</artifactId>
            <version>1.0.8</version>
            <scope>implementation</scope>
        </dependency>

        <!-- hid pos 模块 -->
        <dependency>
            <groupId>io.github.jimmy-j</groupId>
            <artifactId>hid-pos</artifactId>
            <version>1.0.1</version>
            <scope>implementation</scope>
        </dependency>

        <!-- 户外 hid pos 模块 -->
        <dependency>
            <groupId>io.github.jimmy-j</groupId>
            <artifactId>scan-pro</artifactId>
            <version>1.0.1</version>
            <scope>implementation</scope>
        </dependency>

        <!-- 在线身份证模块 EIdCard 模块 -->
          <dependency>
            <groupId>io.github.jimmy-j</groupId>
            <artifactId>e-idcard</artifactId>
            <version>3.5.0</version>
            <scope>implementation</scope>
        </dependency>

          <!-- modbus -->
          <dependency>
            <groupId>io.github.jimmy-j</groupId>
            <artifactId>modbus4</artifactId>
            <version>1.2.0</version>
            <scope>implementation</scope>
        </dependency>

            <!-- usb 串口 -->
          <dependency>
            <groupId>com.github.mik3y</groupId>
            <artifactId>usb-serial-for-android</artifactId>
            <version>3.7.0</version>
            <scope>implementation</scope>
        </dependency>

        <!-- 中软高科在线身份证  -->
          <dependency>
            <groupId>io.github.CshtZrgk</groupId>
            <artifactId>CshtReadCard</artifactId>
            <version>4.2.6_alpha04</version>
            <scope>implementation</scope>
            <exclusions>
				<exclusion>
					<groupId>com.gitee.lochy</groupId>
					<artifactId>dkcloudid-uart-android-sdk</artifactId>
				</exclusion>
			</exclusions>
        </dependency>
         <dependency>
            <groupId>io.github.CshtZrgk</groupId>
            <artifactId>mqttService</artifactId>
            <version>1.0.2</version>
            <scope>implementation</scope>
        </dependency>
        <!-- 中软高科在线身份证-我们的 ttl 模块  -->
         <dependency>
            <groupId>io.github.CshtZrgk</groupId>
            <artifactId>CshtReadCard_iot</artifactId>
            <version>1.3.0</version>
            <scope>implementation</scope>
        </dependency>
        <!-- 中软高科在线身份证  -->

        <!-- 森锐在线身份证 -->
          <dependency>
            <groupId>io.github.jimmy-j</groupId>
            <artifactId>srreaderapi</artifactId>
            <version>4.03.16.20</version>
            <scope>implementation</scope>
        </dependency>
        <!-- 睿思科 -->
        <dependency>
            <groupId>io.github.jimmy-j</groupId>
            <artifactId>gt-rsk-api</artifactId>
            <version>1.0.2</version>
            <scope>implementation</scope>
        </dependency>
    </dependencies>
</project>
