Blame view

urbanops-module-iot/pom.xml 876 Bytes
2f252ffd   王彪总   feat(pay): 实现支付宝支...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  <?xml version="1.0" encoding="UTF-8"?>
  <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
      <parent>
          <artifactId>urbanops</artifactId>
          <groupId>com.zteits.boot</groupId>
          <version>${revision}</version>
      </parent>
      <modules>
          <module>urbanops-module-iot-biz</module>
          <module>urbanops-module-iot-core</module>
          <module>urbanops-module-iot-gateway</module>
      </modules>
      <modelVersion>4.0.0</modelVersion>
  
      <artifactId>urbanops-module-iot</artifactId>
      <packaging>pom</packaging>
  
      <name>${project.artifactId}</name>
      <description>
          物联网模块
                  <!-- TODO 芋艿:需要补充下说明! -->
      </description>
  
  </project>