增加打印模块
This commit is contained in:
parent
92e300607d
commit
a2e2f28256
16
pom.xml
16
pom.xml
@ -212,6 +212,20 @@
|
||||
<version>${ktg.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 打印模块 -->
|
||||
<dependency>
|
||||
<groupId>com.ktg</groupId>
|
||||
<artifactId>ktg-print</artifactId>
|
||||
<version>${ktg.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- IOT模块 -->
|
||||
<dependency>
|
||||
<groupId>com.ktg</groupId>
|
||||
<artifactId>ktg-iot</artifactId>
|
||||
<version>${ktg.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
@ -223,6 +237,8 @@
|
||||
<module>ktg-generator</module>
|
||||
<module>ktg-common</module>
|
||||
<module>ktg-mes</module>
|
||||
<module>ktg-print</module>
|
||||
<module>ktg-iot</module>
|
||||
</modules>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user