Skip to content

Commit a26ff33

Browse files
authored
Merge branch 'master' into feature/use-lombok-library
2 parents 770c8ee + 03e73e7 commit a26ff33

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pom.xml

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

40-
<dependency>
40+
<dependency>
41+
<groupId>org.projectlombok</groupId>
42+
<artifactId>lombok</artifactId>
43+
<version>1.18.12</version>
44+
<scope>provided</scope>
45+
</dependency>
46+
47+
<dependency>
48+
<groupId>org.springframework.boot</groupId>
49+
<artifactId>spring-boot-starter-web</artifactId>
50+
</dependency>
51+
52+
<dependency>
4153
<groupId>org.springframework.boot</groupId>
4254
<artifactId>spring-boot-starter-web</artifactId>
4355
</dependency>

0 commit comments

Comments
 (0)