Browse Source

fix 排除依赖

jay 2 years ago
parent
commit
5e4c44846f
2 changed files with 7 additions and 6 deletions
  1. 6 5
      iot-module/iot-generator/pom.xml
  2. 1 1
      iot-module/pom.xml

+ 6 - 5
iot-module/iot-generator/pom.xml

@@ -2,11 +2,11 @@
 <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/xsd/maven-4.0.0.xsd">
-    <parent>
-        <groupId>cc.iotkit</groupId>
-        <artifactId>iot-module</artifactId>
-        <version>${revision}</version>
-    </parent>
+<!--    <parent>-->
+<!--        <groupId>cc.iotkit</groupId>-->
+<!--        <artifactId>iot-module</artifactId>-->
+<!--        <version>${revision}</version>-->
+<!--    </parent>-->
     <build>
         <plugins>
             <plugin>
@@ -22,6 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>iot-generator</artifactId>
+    <version>1.0.0</version>
 
     <description>
         generator 代码生成

+ 1 - 1
iot-module/pom.xml

@@ -16,7 +16,7 @@
         <module>iot-manager</module>
         <module>iot-rule-engine</module>
         <module>iot-message-notify</module>
-        <module>iot-generator</module>
+<!--        <module>iot-generator</module>-->
     </modules>