<?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>cn.suredoc.sdk</groupId>
    <artifactId>suredoc-device-protocol-sdk-parent</artifactId>
    <version>2.4.2</version>
  </parent>
  <artifactId>suredoc-device-protocol-cmd</artifactId>
  <version>2.4.2</version>
  <name>suredoc-device-protocol-cmd</name>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://gitee.com/sure-doc/suredoc-device-protocol/blob/master/LICENSE</url>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>cn.suredoc.sdk</groupId>
      <artifactId>suredoc-device-protocol-base</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.protobuf</groupId>
      <artifactId>protobuf-java</artifactId>
    </dependency>
  </dependencies>
</project>
