Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinko-mes
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanjia
jinko-mes
Commits
0daf0fb3
Commit
0daf0fb3
authored
Apr 23, 2024
by
vanga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
6803a196
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
6 deletions
+15
-6
mes-server/mes-accessory-server/pom.xml
+14
-5
mes-server/pom.xml
+1
-1
No files found.
mes-server/mes-accessory-server/pom.xml
View file @
0daf0fb3
...
...
@@ -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
</group
Id>
<
artifactId>
sw-common
</artifact
Id>
<version>
1.0
.2.3
</version>
<
artifactId>
mes-server
</artifact
Id>
<
groupId>
com.sw.mes
</group
Id>
<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>
...
...
mes-server/pom.xml
View file @
0daf0fb3
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment