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
ef999d86
Commit
ef999d86
authored
Jul 20, 2018
by
Junling Bu
Browse files
fix[project]: 启动测试时会报警告,存在多个org.json.JSONObject
parent
ea111921
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
ef999d86
...
...
@@ -117,6 +117,12 @@
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
<exclusions>
<exclusion>
<groupId>
com.vaadin.external.google
</groupId>
<artifactId>
android-json
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
...
...
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