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 @@ ...@@ -63,7 +63,8 @@
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
<optional>true</optional> <version>1.18.38</version>
<scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
...@@ -124,6 +125,8 @@ ...@@ -124,6 +125,8 @@
<exclude> <exclude>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
<version>1.18.38</version>
<scope>provided</scope>
</exclude> </exclude>
</excludes> </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