This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
yeqd
/
user-parent
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修改依赖冲突
dev
yeqd
4 years ago
parent
f791075516
commit
5f4fc4c27c
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
user-service/pom.xml
+ 6
- 0
user-service/pom.xml
View File
@@ -70,6 +70,12 @@
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.9.2</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
Write
Preview
Loading…
Cancel
Save