|
24 | 24 |
|
25 | 25 | <dependencyManagement> |
26 | 26 | <dependencies> |
| 27 | + |
27 | 28 | <dependency> |
28 | 29 | <groupId>org.springframework.boot</groupId> |
29 | 30 | <artifactId>spring-boot-dependencies</artifactId> |
|
40 | 41 | </dependency> |
41 | 42 | </dependencies> |
42 | 43 | </dependencyManagement> |
| 44 | + |
43 | 45 | <dependencies> |
| 46 | + |
44 | 47 | <dependency> |
45 | 48 | <groupId>org.projectlombok</groupId> |
46 | 49 | <artifactId>lombok</artifactId> |
| 50 | + <version>${lombok.version}</version> |
| 51 | + <scope>provided</scope> |
47 | 52 | </dependency> |
48 | 53 | <dependency> |
49 | 54 | <groupId>org.slf4j</groupId> |
50 | 55 | <artifactId>slf4j-api</artifactId> |
51 | 56 | </dependency> |
52 | | - <dependency> |
53 | | - <groupId>org.springframework.kafka</groupId> |
54 | | - <artifactId>spring-kafka</artifactId> |
55 | | - </dependency> |
56 | | - <dependency> |
57 | | - <groupId>org.springframework.boot</groupId> |
58 | | - <artifactId>spring-boot</artifactId> |
59 | | - </dependency> |
60 | | - <dependency> |
61 | | - <groupId>org.springframework.boot</groupId> |
62 | | - <artifactId>spring-boot-autoconfigure</artifactId> |
63 | | - </dependency> |
64 | | - <dependency> |
65 | | - <groupId>org.springframework.data</groupId> |
66 | | - <artifactId>spring-data-jpa</artifactId> |
67 | | - </dependency> |
68 | | - <dependency> |
69 | | - <groupId>jakarta.persistence</groupId> |
70 | | - <artifactId>jakarta.persistence-api</artifactId> |
71 | | - </dependency> |
72 | | - <dependency> |
73 | | - <groupId>org.hibernate.orm</groupId> |
74 | | - <artifactId>hibernate-core</artifactId> |
75 | | - </dependency> |
76 | | - <dependency> |
77 | | - <groupId>org.springframework</groupId> |
78 | | - <artifactId>spring-web</artifactId> |
79 | | - </dependency> |
80 | | - <dependency> |
81 | | - <groupId>org.eclipse.angus</groupId> |
82 | | - <artifactId>jakarta.mail</artifactId> |
83 | | - <scope>test</scope> |
84 | | - </dependency> |
85 | | - <dependency> |
86 | | - <groupId>org.springframework.boot</groupId> |
87 | | - <artifactId>spring-boot-test</artifactId> |
88 | | - <scope>test</scope> |
89 | | - </dependency> |
90 | | - <dependency> |
91 | | - <groupId>org.testng</groupId> |
92 | | - <artifactId>testng</artifactId> |
93 | | - <version>7.1.0</version> |
94 | | - <scope>test</scope> |
95 | | - </dependency> |
96 | | - <dependency> |
97 | | - <groupId>org.springframework</groupId> |
98 | | - <artifactId>spring-context-support</artifactId> |
99 | | - <scope>test</scope> |
100 | | - </dependency> |
101 | | - <dependency> |
102 | | - <groupId>org.assertj</groupId> |
103 | | - <artifactId>assertj-core</artifactId> |
104 | | - <scope>test</scope> |
105 | | - </dependency> |
106 | | - <dependency> |
107 | | - <groupId>org.mockito</groupId> |
108 | | - <artifactId>mockito-core</artifactId> |
109 | | - <scope>test</scope> |
110 | | - </dependency> |
111 | | - <dependency> |
112 | | - <groupId>org.springframework.boot</groupId> |
113 | | - <artifactId>spring-boot-test-autoconfigure</artifactId> |
114 | | - <scope>test</scope> |
115 | | - </dependency> |
116 | | - <dependency> |
117 | | - <groupId>com.fasterxml.jackson.core</groupId> |
118 | | - <artifactId>jackson-databind</artifactId> |
119 | | - <scope>test</scope> |
120 | | - </dependency> |
121 | | - <dependency> |
122 | | - <groupId>junit</groupId> |
123 | | - <artifactId>junit</artifactId> |
124 | | - <scope>test</scope> |
125 | | - </dependency> |
126 | | - <dependency> |
127 | | - <groupId>org.junit.jupiter</groupId> |
128 | | - <artifactId>junit-jupiter-api</artifactId> |
129 | | - <scope>test</scope> |
130 | | - </dependency> |
131 | | - <dependency> |
132 | | - <groupId>jakarta.validation</groupId> |
133 | | - <artifactId>jakarta.validation-api</artifactId> |
134 | | - </dependency> |
135 | | - <dependency> |
136 | | - <groupId>org.springframework</groupId> |
137 | | - <artifactId>spring-context-support</artifactId> |
138 | | - </dependency> |
| 57 | + |
139 | 58 | </dependencies> |
140 | 59 |
|
141 | 60 | <build> |
|
0 commit comments