增加新模块klp-mes制造执行下面的设备管理功能的后端实现
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -48,6 +48,7 @@
|
||||
<!-- SMS 配置 -->
|
||||
<aliyun.sms.version>2.0.23</aliyun.sms.version>
|
||||
<tencent.sms.version>3.1.687</tencent.sms.version>
|
||||
<commons.collections.version>3.2.2</commons.collections.version>
|
||||
</properties>
|
||||
|
||||
<profiles>
|
||||
@@ -84,6 +85,11 @@
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
<version>${commons.collections.version}</version>
|
||||
</dependency>
|
||||
<!-- SpringBoot的依赖配置-->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
@@ -381,6 +387,7 @@
|
||||
<module>klp-system</module>
|
||||
<module>klp-wms</module>
|
||||
<module>klp-reader</module>
|
||||
<module>klp-mes</module>
|
||||
</modules>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user