File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments