<?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.sensor</groupId>
    <artifactId>sensor-api</artifactId>
    <version>1.0.6</version>
  </parent>
  <artifactId>sensor-api-system</artifactId>
  <version>1.0.6</version>
  <description>api-system系统接口模块</description>
  <dependencies>
    <dependency>
      <groupId>net.dreamlu</groupId>
      <artifactId>mica-auto</artifactId>
    </dependency>
    <dependency>
      <groupId>com.sensor</groupId>
      <artifactId>sensor-system-model</artifactId>
    </dependency>
  </dependencies>
</project>
