File tree 3 files changed +18
-15
lines changed
src/test/java/com/baeldung/javaxval/afterdeserialization
3 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<parent >
11
11
<groupId >com.baeldung</groupId >
12
- <artifactId >parent-modules</artifactId >
13
- <version >1.0.0-SNAPSHOT</version >
12
+ <artifactId >parent-boot-3</artifactId >
13
+ <version >0.0.1-SNAPSHOT</version >
14
+ <relativePath >../parent-boot-3</relativePath >
14
15
</parent >
15
16
16
17
<dependencies >
17
18
<dependency >
18
19
<groupId >org.springframework.boot</groupId >
19
20
<artifactId >spring-boot-starter-validation</artifactId >
20
- <version >${spring.boot.version} </version >
21
21
</dependency >
22
22
<dependency >
23
23
<groupId >org.springframework.boot</groupId >
24
24
<artifactId >spring-boot-starter-test</artifactId >
25
- <version >${spring.boot.version} </version >
26
25
<scope >test</scope >
27
26
</dependency >
28
27
<dependency >
29
28
<groupId >com.fasterxml.jackson.core</groupId >
30
29
<artifactId >jackson-databind</artifactId >
31
- <version >${jackson.databind.version} </version >
32
30
</dependency >
33
31
</dependencies >
34
32
42
40
<!-- <version>${hibernate-validator.ap.version}</version> </path> </annotationProcessorPaths> </configuration> -->
43
41
<!-- </plugin> </plugins> </build> -->
44
42
45
- <properties >
46
- <spring .boot.version>3.0.4</spring .boot.version>
47
- <jackson .databind.version>2.14.0</jackson .databind.version>
48
- </properties >
43
+ <build >
44
+ <plugins >
45
+ <plugin >
46
+ <groupId >org.springframework.boot</groupId >
47
+ <artifactId >spring-boot-maven-plugin</artifactId >
48
+ <configuration >
49
+ <skip >true</skip >
50
+ </configuration >
51
+ </plugin >
52
+ </plugins >
53
+ </build >
49
54
50
55
</project >
Original file line number Diff line number Diff line change 1
- package com .baeldung .javaxval ;
1
+ package com .baeldung .javaxval . afterdeserialization ;
2
2
3
3
import static org .junit .jupiter .api .Assertions .assertEquals ;
4
4
import static org .junit .jupiter .api .Assertions .assertThrows ;
Original file line number Diff line number Diff line change 8
8
9
9
<parent >
10
10
<groupId >com.baeldung</groupId >
11
- <artifactId >parent-modules</artifactId >
12
- <version >1.0.0-SNAPSHOT</version >
11
+ <artifactId >parent-boot-3</artifactId >
12
+ <version >0.0.1-SNAPSHOT</version >
13
+ <relativePath >../parent-boot-3</relativePath >
13
14
</parent >
14
15
15
16
<dependencies >
16
17
<dependency >
17
18
<groupId >org.springframework.boot</groupId >
18
19
<artifactId >spring-boot-starter-validation</artifactId >
19
- <version >${spring.boot.version} </version >
20
20
</dependency >
21
21
<dependency >
22
22
<groupId >org.springframework.boot</groupId >
23
23
<artifactId >spring-boot-starter-test</artifactId >
24
- <version >${spring.boot.version} </version >
25
24
<scope >test</scope >
26
25
</dependency >
27
26
</dependencies >
38
37
39
38
<properties >
40
39
<hibernate-validator .ap.version>8.0.1.Final</hibernate-validator .ap.version>
41
- <spring .boot.version>3.0.4</spring .boot.version>
42
40
</properties >
43
41
44
42
</project >
You can’t perform that action at this time.
0 commit comments