Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
7bb5f76b
Commit
7bb5f76b
authored
Jul 21, 2018
by
Menethil
Browse files
修复依赖
parent
a3107b8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx-api/pom.xml
View file @
7bb5f76b
...
...
@@ -24,6 +24,12 @@
<dependency>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-core
</artifactId>
<exclusions>
<exclusion>
<artifactId>
commons-lang
</artifactId>
<groupId>
commons-lang
</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
...
...
@@ -34,6 +40,12 @@
<dependency>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
weixin-java-pay
</artifactId>
<exclusions>
<exclusion>
<artifactId>
qrcode-utils
</artifactId>
<groupId>
com.github.binarywang
</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
...
...
Write
Preview
Supports
Markdown
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