We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a403d6f commit 58d74d2Copy full SHA for 58d74d2
pom.xml
@@ -65,6 +65,12 @@
65
<groupId>com.h2database</groupId>
66
<artifactId>h2</artifactId>
67
</dependency>
68
+ <dependency>
69
+ <groupId>org.projectlombok</groupId>
70
+ <artifactId>lombok</artifactId>
71
+ <optional>true</optional>
72
+ </dependency>
73
+
74
<dependency>
75
<groupId>org.springframework.boot</groupId>
76
<artifactId>spring-boot-devtools</artifactId>
0 commit comments