Commit 26d248a0 authored by RenanMontenegro3's avatar RenanMontenegro3

git commit -m "fix: corrige configuração de plugin no pom.xml"

parent 1da1aa60
......@@ -63,7 +63,8 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
<version>1.18.38</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
......@@ -124,6 +125,8 @@
<exclude>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.38</version>
<scope>provided</scope>
</exclude>
</excludes>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment