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
5d8dff4b
Commit
5d8dff4b
authored
Mar 06, 2019
by
Junling Bu
Browse files
fix: maven缺失hibernate-validator
parent
9a66a330
Changes
2
Hide whitespace changes
Inline
Side-by-side
litemall-core/pom.xml
View file @
5d8dff4b
...
@@ -11,6 +11,10 @@
...
@@ -11,6 +11,10 @@
</parent>
</parent>
<dependencies>
<dependencies>
<dependency>
<groupId>
org.hibernate.validator
</groupId>
<artifactId>
hibernate-validator
</artifactId>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
...
pom.xml
View file @
5d8dff4b
...
@@ -75,6 +75,12 @@
...
@@ -75,6 +75,12 @@
<version>
1.4.0
</version>
<version>
1.4.0
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.hibernate.validator
</groupId>
<artifactId>
hibernate-validator
</artifactId>
<version>
6.0.15.Final
</version>
</dependency>
<!-- MySQL 连接驱动依赖 -->
<!-- MySQL 连接驱动依赖 -->
<dependency>
<dependency>
<groupId>
mysql
</groupId>
<groupId>
mysql
</groupId>
...
...
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