File tree Expand file tree Collapse file tree 6 files changed +21
-1
lines changed
Expand file tree Collapse file tree 6 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 242242 <groupId >org.projectlombok</groupId >
243243 <artifactId >lombok</artifactId >
244244 <version >1.16.18</version >
245- <scope >compile </scope >
245+ <scope >provided </scope >
246246 </dependency >
247247 </dependencies >
248248 </dependencyManagement >
Original file line number Diff line number Diff line change 6969 <artifactId >logback-classic</artifactId >
7070 <scope >test</scope >
7171 </dependency >
72+ <dependency >
73+ <groupId >org.projectlombok</groupId >
74+ <artifactId >lombok</artifactId >
75+ </dependency >
7276 </dependencies >
7377
7478 <build >
Original file line number Diff line number Diff line change 6565 <groupId >redis.clients</groupId >
6666 <artifactId >jedis</artifactId >
6767 </dependency >
68+ <dependency >
69+ <groupId >org.projectlombok</groupId >
70+ <artifactId >lombok</artifactId >
71+ </dependency >
6872 </dependencies >
6973
7074 <build >
Original file line number Diff line number Diff line change 6565 <artifactId >logback-classic</artifactId >
6666 <scope >test</scope >
6767 </dependency >
68+ <dependency >
69+ <groupId >org.projectlombok</groupId >
70+ <artifactId >lombok</artifactId >
71+ </dependency >
6872 </dependencies >
6973
7074 <build >
Original file line number Diff line number Diff line change 8282 <artifactId >logback-classic</artifactId >
8383 <scope >test</scope >
8484 </dependency >
85+ <dependency >
86+ <groupId >org.projectlombok</groupId >
87+ <artifactId >lombok</artifactId >
88+ </dependency >
8589 </dependencies >
8690
8791 <build >
Original file line number Diff line number Diff line change 6565 <artifactId >guice</artifactId >
6666 <scope >test</scope >
6767 </dependency >
68+ <dependency >
69+ <groupId >org.projectlombok</groupId >
70+ <artifactId >lombok</artifactId >
71+ </dependency >
6872 </dependencies >
6973
7074</project >
You can’t perform that action at this time.
0 commit comments