Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03e73e7

Browse files
author
Omari Sopromadze
committed
add lombok to pom
1 parent fac9d28 commit 03e73e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@
3737
<scope>runtime</scope>
3838
</dependency>
3939

40+
<dependency>
41+
<groupId>org.projectlombok</groupId>
42+
<artifactId>lombok</artifactId>
43+
<version>1.18.12</version>
44+
<scope>provided</scope>
45+
</dependency>
46+
4047
<dependency>
4148
<groupId>org.springframework.boot</groupId>
4249
<artifactId>spring-boot-starter-web</artifactId>

0 commit comments

Comments
 (0)