Explorar el Código

物联网相关

yeshijie hace 7 años
padre
commit
3eaa90f1d7
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      app/app-iot-server/pom.xml

+ 11 - 0
app/app-iot-server/pom.xml

@ -189,6 +189,17 @@
            <artifactId>commons-rest-model</artifactId>
            <version>1.1.0</version>
        </dependency>
        <dependency>
            <groupId>com.yihu.jw</groupId>
            <artifactId>common-request-mapping</artifactId>
            <version>1.0.0</version>
        </dependency>
        <dependency>
            <groupId>com.yihu.jw</groupId>
            <artifactId>common-rest-model</artifactId>
            <version>1.0.0</version>
        </dependency>
    </dependencies>
    <build>