Commit 0daf0fb3 by vanga

update

parent 6803a196
......@@ -3,9 +3,9 @@
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>com.sw.common</groupId>
<artifactId>sw-common</artifactId>
<version>1.0.2.3</version>
<artifactId>mes-server</artifactId>
<groupId>com.sw.mes</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......@@ -15,6 +15,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-bootstrap</artifactId>
<version>3.1.6</version>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
......@@ -37,8 +38,16 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel-core</artifactId>
<version>3.1.3</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.9.1</version>
</dependency>
</dependencies>
<build>
......
......@@ -19,7 +19,7 @@
<module>mes-statistics-server</module>
<module>mes-syslog-server</module>
<module>mes-store-server</module>
<!-- <module>mes-accessory-server</module>-->
<module>mes-accessory-server</module>
<module>mes-materialclean-server</module>
</modules>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment