Skip to content

Commit f11919f

Browse files
committed
fix: request validators not working after spring update
1 parent 08bc168 commit f11919f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

pom.xml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://maven.apache.org/POM/4.0.0"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
45
<modelVersion>4.0.0</modelVersion>
56
<parent>
67
<groupId>org.springframework.boot</groupId>
@@ -54,6 +55,11 @@
5455
<version>3.1.4</version>
5556
</dependency>
5657

58+
<dependency>
59+
<groupId>org.springframework.boot</groupId>
60+
<artifactId>spring-boot-starter-validation</artifactId>
61+
</dependency>
62+
5763
<dependency>
5864
<groupId>org.apache.velocity</groupId>
5965
<artifactId>velocity</artifactId>
@@ -88,7 +94,7 @@
8894
<artifactId>spring-boot-starter-data-jdbc</artifactId>
8995
</dependency>
9096
<dependency>
91-
<groupId>org.postgresql</groupId>
97+
<groupId>org.postgresql</groupId>
9298
<artifactId>postgresql</artifactId>
9399
<scope>runtime</scope>
94100
</dependency>
@@ -155,7 +161,7 @@
155161
<version>1.18.30</version>
156162
<scope>provided</scope>
157163
</dependency>
158-
164+
159165
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-testcontainers -->
160166
<dependency>
161167
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)