|
10 | 10 |
|
11 | 11 | <parent> |
12 | 12 | <groupId>com.baeldung</groupId> |
13 | | - <artifactId>parent-boot-3</artifactId> |
| 13 | + <artifactId>parent-boot-4</artifactId> |
14 | 14 | <version>0.0.1-SNAPSHOT</version> |
15 | | - <relativePath>../parent-boot-3</relativePath> |
| 15 | + <relativePath>../parent-boot-4</relativePath> |
16 | 16 | </parent> |
17 | 17 |
|
18 | 18 | <dependencies> |
19 | 19 | <dependency> |
20 | | - <groupId>org.springframework</groupId> |
21 | | - <artifactId>spring-context</artifactId> |
| 20 | + <groupId>org.springframework.boot</groupId> |
| 21 | + <artifactId>spring-boot-starter-aspectj</artifactId> |
| 22 | + </dependency> |
| 23 | + <dependency> |
| 24 | + <groupId>org.springframework.boot</groupId> |
| 25 | + <artifactId>spring-boot-starter-web</artifactId> |
22 | 26 | </dependency> |
23 | 27 | <dependency> |
24 | 28 | <groupId>org.springframework.retry</groupId> |
|
27 | 31 | </dependency> |
28 | 32 | <dependency> |
29 | 33 | <groupId>org.springframework</groupId> |
30 | | - <artifactId>spring-aspects</artifactId> |
31 | | - <version>${spring-aspects.version}</version> |
32 | | - </dependency> |
33 | | - <dependency> |
34 | | - <groupId>org.springframework.boot</groupId> |
35 | | - <artifactId>spring-boot-starter-web</artifactId> |
| 34 | + <artifactId>spring-context</artifactId> |
36 | 35 | </dependency> |
37 | 36 | <dependency> |
38 | 37 | <groupId>org.springframework</groupId> |
39 | | - <artifactId>spring-test</artifactId> |
40 | | - <scope>test</scope> |
| 38 | + <artifactId>spring-core</artifactId> |
41 | 39 | </dependency> |
42 | 40 | <dependency> |
43 | 41 | <groupId>org.apache.commons</groupId> |
44 | 42 | <artifactId>commons-lang3</artifactId> |
45 | 43 | </dependency> |
| 44 | + <dependency> |
| 45 | + <groupId>org.springframework.boot</groupId> |
| 46 | + <artifactId>spring-boot-starter-test</artifactId> |
| 47 | + <scope>test</scope> |
| 48 | + </dependency> |
| 49 | + <dependency> |
| 50 | + <groupId>org.junit.platform</groupId> |
| 51 | + <artifactId>junit-platform-launcher</artifactId> |
| 52 | + <scope>test</scope> |
| 53 | + </dependency> |
| 54 | + <dependency> |
| 55 | + <groupId>org.junit.vintage</groupId> |
| 56 | + <artifactId>junit-vintage-engine</artifactId> |
| 57 | + <scope>test</scope> |
| 58 | + </dependency> |
46 | 59 | </dependencies> |
47 | 60 |
|
48 | 61 | <properties> |
49 | | - <spring-retry.version>2.0.3</spring-retry.version> |
50 | | - <spring-aspects.version>6.1.5</spring-aspects.version> |
| 62 | + <spring-retry.version>2.0.12</spring-retry.version> |
51 | 63 | </properties> |
52 | 64 |
|
53 | 65 | </project> |
0 commit comments