Skip to content

Commit

Permalink
Use the same lombok for delomboking
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Dec 16, 2023
1 parent 3627a92 commit dae7c56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mq/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,13 @@
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit dae7c56

Please sign in to comment.