Skip to content

Commit 1ee90f5

Browse files
committed
pom.xml: remove dependency on spring-boot-starter-validation.
All we need from this starter is a hibernate-validator but we're including it by ourselves already. No functional changes.
1 parent 948cae2 commit 1ee90f5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,6 @@
114114
</exclusions>
115115
</dependency>
116116

117-
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-starters/spring-boot-starter-validation/pom.xml -->
118-
<dependency>
119-
<groupId>org.springframework.boot</groupId>
120-
<artifactId>spring-boot-starter-validation</artifactId>
121-
<exclusions>
122-
<exclusion>
123-
<!-- In favour of org.mortbay.jasper:apache-el -->
124-
<groupId>org.apache.tomcat.embed</groupId>
125-
<artifactId>tomcat-embed-el</artifactId>
126-
</exclusion>
127-
</exclusions>
128-
</dependency>
129-
130117
<!-- https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml -->
131118
<dependency>
132119
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)