We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 770c8ee + 03e73e7 commit a26ff33Copy full SHA for a26ff33
1 file changed
pom.xml
@@ -37,7 +37,19 @@
37
<scope>runtime</scope>
38
</dependency>
39
40
- <dependency>
+ <dependency>
41
+ <groupId>org.projectlombok</groupId>
42
+ <artifactId>lombok</artifactId>
43
+ <version>1.18.12</version>
44
+ <scope>provided</scope>
45
+ </dependency>
46
+
47
48
+ <groupId>org.springframework.boot</groupId>
49
+ <artifactId>spring-boot-starter-web</artifactId>
50
51
52
53
<groupId>org.springframework.boot</groupId>
54
<artifactId>spring-boot-starter-web</artifactId>
55
0 commit comments