|
@@ -1,12 +1,12 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
<parent>
|
|
|
- <artifactId>protocol-gateway</artifactId>
|
|
|
+ <artifactId>iot-components</artifactId>
|
|
|
<groupId>cc.iotkit</groupId>
|
|
|
- <version>0.3.0-SNAPSHOT</version>
|
|
|
+ <version>0.3.1-SNAPSHOT</version>
|
|
|
</parent>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
- <artifactId>emqx-component</artifactId>
|
|
|
+ <artifactId>iot-emqx-component</artifactId>
|
|
|
<build>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
@@ -74,33 +74,33 @@
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>cc.iotkit</groupId>
|
|
|
- <artifactId>model</artifactId>
|
|
|
- <version>0.3.0-SNAPSHOT</version>
|
|
|
- <scope>compile</scope>
|
|
|
+ <groupId>org.luaj</groupId>
|
|
|
+ <artifactId>luaj-jse</artifactId>
|
|
|
+ <version>3.0.1</version>
|
|
|
+ <scope>provided</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>cc.iotkit</groupId>
|
|
|
- <artifactId>common</artifactId>
|
|
|
- <version>0.3.0-SNAPSHOT</version>
|
|
|
+ <artifactId>iot-model</artifactId>
|
|
|
+ <version>0.3.1-SNAPSHOT</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>cc.iotkit</groupId>
|
|
|
- <artifactId>component</artifactId>
|
|
|
- <version>0.3.0-SNAPSHOT</version>
|
|
|
+ <artifactId>iot-dao</artifactId>
|
|
|
+ <version>0.3.1-SNAPSHOT</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>org.luaj</groupId>
|
|
|
- <artifactId>luaj-jse</artifactId>
|
|
|
- <version>3.0.1</version>
|
|
|
- <scope>provided</scope>
|
|
|
+ <groupId>cc.iotkit</groupId>
|
|
|
+ <artifactId>iot-common</artifactId>
|
|
|
+ <version>0.3.1-SNAPSHOT</version>
|
|
|
+ <scope>compile</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>cc.iotkit</groupId>
|
|
|
- <artifactId>dao</artifactId>
|
|
|
- <version>0.3.0-SNAPSHOT</version>
|
|
|
+ <artifactId>iot-component-base</artifactId>
|
|
|
+ <version>0.3.1-SNAPSHOT</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
</dependencies>
|