Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
shop-Mall
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
licc
shop-Mall
Commits
1b482ca7
Commit
1b482ca7
authored
Mar 04, 2021
by
liqin
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新依赖
parent
aef484b9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
pom.xml
pom.xml
+12
-0
pom.xml
wisenergy-service/pom.xml
+1
-2
No files found.
pom.xml
View file @
1b482ca7
...
...
@@ -15,6 +15,18 @@
<name>
${project.artifactId}
</name>
<repositories>
<repository>
<id>
maven-ali
</id>
<url>
http://maven.aliyun.com/nexus/content/groups/public/
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
true
</enabled>
<updatePolicy>
always
</updatePolicy>
<checksumPolicy>
fail
</checksumPolicy>
</snapshots>
</repository>
<repository>
<id>
youzanyun-releases
</id>
<url>
http://maven.youzanyun.com/repository/maven-releases/
</url>
...
...
wisenergy-service/pom.xml
View file @
1b482ca7
...
...
@@ -72,8 +72,7 @@
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<version>
1.18.18
</version>
<scope>
compile
</scope>
<scope>
provided
</scope>
</dependency>
<!--有赞SDK-->
<dependency>
...
...
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